[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4030/8267] scripts/oe-selftest: fix typo
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 4030/8267] scripts/oe-selftest: fix typo
- Date: Sun, 17 Dec 2017 01:27:52 +0000 (UTC)
commit 6bb64c8fa489851b939150fea06a8f71cc6f1d72
Author: Chen Qi <Qi Chen windriver com>
Date: Thu Jan 12 09:51:42 2017 +0800
scripts/oe-selftest: fix typo
Change 'agains' to 'against'.
(From OE-Core rev: b72dba9cadb1ae0ee3feb184af1c5bb4a99f70e3)
Signed-off-by: Chen Qi <Qi Chen windriver com>
Signed-off-by: Ross Burton <ross burton intel com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
scripts/oe-selftest | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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>')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]