Re: [U-Boot] [PATCH] test/py: gpt: Use long options for sgdisk

2019-07-18 Thread Tom Rini
On Tue, Jul 02, 2019 at 09:20:32PM +0300, Sam Protsenko wrote: > sgdisk 0.8.10.2 from AOSP doesn't support short options, failing with > errors like this: > > sgdisk: invalid option -- 'U' > > Test fails due to that error. Let's use long options to make the test > work with any sgdisk

Re: [U-Boot] [PATCH] test/py: gpt: Use long options for sgdisk

2019-07-03 Thread Sam Protsenko
Hi Stephen, On Tue, Jul 2, 2019 at 9:35 PM Stephen Warren wrote: > > On 7/2/19 12:20 PM, Sam Protsenko wrote: > > sgdisk 0.8.10.2 from AOSP doesn't support short options, failing with > > errors like this: > > > > sgdisk: invalid option -- 'U' > > > > Test fails due to that error. Let's use

Re: [U-Boot] [PATCH] test/py: gpt: Use long options for sgdisk

2019-07-02 Thread Stephen Warren
On 7/2/19 12:20 PM, Sam Protsenko wrote: sgdisk 0.8.10.2 from AOSP doesn't support short options, failing with errors like this: sgdisk: invalid option -- 'U' Test fails due to that error. Let's use long options to make the test work with any sgdisk version. Acked-by: Stephen Warren