Re: [yocto] [ptest-runner] timeout option missing the argument option ":" to getopt

2017-05-29 Thread Aníbal Limón
On 05/29/2017 10:54 AM, Aníbal Limón wrote: > Hi Anders, > > Thanks for notice this issue, i will integrate the patch. Integrated, thanks, http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/commit/?id=8a93832dad621535e90aa8e1fb74ae5ba743fc3e > > Cheers, > Anibal > > On 05/28/2017

Re: [yocto] [ptest-runner] timeout option missing the argument option ":" to getopt

2017-05-29 Thread Aníbal Limón
Hi Anders, Thanks for notice this issue, i will integrate the patch. Cheers, Anibal On 05/28/2017 04:47 AM, Anders Wallin wrote: > ptest-runner -t xx gives segfault > > Signed-off-by: Anders Wallin > --- > main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

[yocto] [ptest-runner] timeout option missing the argument option ":" to getopt

2017-05-28 Thread Anders Wallin
ptest-runner -t xx gives segfault Signed-off-by: Anders Wallin --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index d7a546f..505829c 100644 --- a/main.c +++ b/main.c @@ -66,7 +66,7 @@ main(int argc, char *argv[])