diff options
Diffstat (limited to 'scripts/oe-selftest')
-rwxr-xr-x | scripts/oe-selftest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-selftest b/scripts/oe-selftest index b200acee13..1bf860a415 100755 --- a/scripts/oe-selftest +++ b/scripts/oe-selftest | |||
@@ -43,7 +43,7 @@ scriptpath.add_bitbake_lib_path() | |||
43 | from oeqa.utils import load_test_components | 43 | from oeqa.utils import load_test_components |
44 | from oeqa.core.exception import OEQAPreRun | 44 | from oeqa.core.exception import OEQAPreRun |
45 | 45 | ||
46 | logger = scriptutils.logger_create('oe-selftest') | 46 | logger = scriptutils.logger_create('oe-selftest', stream=sys.stdout) |
47 | 47 | ||
48 | def main(): | 48 | def main(): |
49 | 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." | 49 | 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." |