From: Petr Vorel <pvorel@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [Automated-testing] [PATCH v2] lib: Add library function for parsing kernel config
Date: Tue, 27 Nov 2018 17:47:55 +0100 [thread overview]
Message-ID: <20181127164755.GA6668@dell5510> (raw)
In-Reply-To: <20181127132117.21326-1-chrubis@suse.cz>
Hi Cyril,
> +++ b/lib/newlib_tests/test_kconfig.sh
> @@ -0,0 +1,11 @@
> +#!/bin/sh
> +
> +echo "Attempting to parse currently running kernel config"
Could you please add cd into test directory to save people to cd into directory?
cd $(dirname $0)
This might not be needed once I'll finish [1] my "make: Add test target" patch.
(wanted to finish unit testing shell library [2][3] before it).
> +./test_kconfig
> +echo
Kind regards,
Petr
[1] https://patchwork.ozlabs.org/patch/960363/
[2] https://patchwork.ozlabs.org/patch/964552/
[3] https://github.com/linux-test-project/ltp/issues/312
next prev parent reply other threads:[~2018-11-27 16:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-27 13:21 [LTP] [PATCH v2] lib: Add library function for parsing kernel config Cyril Hrubis
2018-11-27 16:29 ` [LTP] [Automated-testing] " Petr Vorel
2018-11-27 16:47 ` Petr Vorel [this message]
2019-01-16 11:08 ` [LTP] " Cyril Hrubis
2019-01-23 10:27 ` Cyril Hrubis
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=20181127164755.GA6668@dell5510 \
--to=pvorel@suse.cz \
--cc=ltp@lists.linux.it \
/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.