* [PATCH 0/1] scripts/oe-selftest: fix typo
@ 2017-01-12 1:51 Chen Qi
2017-01-12 1:51 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2017-01-12 1:51 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 81021bc0aa0f64e67535f6a9551e921a64fe4395:
yocto-project-qs, ref-manual: Added note for "resources temporarily unavailable" error (2017-01-11 17:23:18 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/selftest-typo
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/selftest-typo
Chen Qi (1):
scripts/oe-selftest: fix typo
scripts/oe-selftest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] scripts/oe-selftest: fix typo
2017-01-12 1:51 [PATCH 0/1] scripts/oe-selftest: fix typo Chen Qi
@ 2017-01-12 1:51 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2017-01-12 1:51 UTC (permalink / raw)
To: openembedded-core
Change 'agains' to 'against'.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
scripts/oe-selftest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/oe-selftest b/scripts/oe-selftest
index adfa92f..120a6c2 100755
--- a/scripts/oe-selftest
+++ b/scripts/oe-selftest
@@ -87,7 +87,7 @@ def logger_create():
log = logger_create()
def get_args_parser():
- description = "Script that runs unit tests agains bitbake and other Yocto related tools. The goal is to validate tools functionality and metadata integrity. Refer to https://wiki.yoctoproject.org/wiki/Oe-selftest for more information."
+ description = "Script that runs unit tests against bitbake and other Yocto related tools. The goal is to validate tools functionality and metadata integrity. Refer to https://wiki.yoctoproject.org/wiki/Oe-selftest for more information."
parser = argparse_oe.ArgumentParser(description=description)
group = parser.add_mutually_exclusive_group(required=True)
group.add_argument('-r', '--run-tests', required=False, action='store', nargs='*', dest="run_tests", default=None, help='Select what tests to run (modules, classes or test methods). Format should be: <module>.<class>.<test_method>')
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-12 1:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-12 1:51 [PATCH 0/1] scripts/oe-selftest: fix typo Chen Qi
2017-01-12 1:51 ` [PATCH 1/1] " Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox