From: "Aníbal Limón" <anibal.limon@linux.intel.com>
To: Anders Wallin <wallinux@gmail.com>, yocto@yoctoproject.org
Subject: Re: [ptest-runner] timeout option missing the argument option ":" to getopt
Date: Mon, 29 May 2017 11:17:17 -0500 [thread overview]
Message-ID: <592C498D.4040206@linux.intel.com> (raw)
In-Reply-To: <592C4439.5010901@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 945 bytes --]
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 04:47 AM, Anders Wallin wrote:
>> ptest-runner -t xx gives segfault
>>
>> Signed-off-by: Anders Wallin <wallinux@gmail.com>
>> ---
>> 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[])
>> opts.ptests = NULL;
>> opts.xml_filename = NULL;
>>
>> - while ((opt = getopt(argc, argv, "d:ltx:h")) != -1) {
>> + while ((opt = getopt(argc, argv, "d:lt:x:h")) != -1) {
>> switch (opt) {
>> case 'd':
>> free(opts.directory);
>>
>
>
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
prev parent reply other threads:[~2017-05-29 16:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-28 9:47 [ptest-runner] timeout option missing the argument option ":" to getopt Anders Wallin
2017-05-29 15:54 ` Aníbal Limón
2017-05-29 16:17 ` Aníbal Limón [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=592C498D.4040206@linux.intel.com \
--to=anibal.limon@linux.intel.com \
--cc=wallinux@gmail.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.