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 57662b2f75..18ac0f5869 100755 --- a/scripts/oe-selftest +++ b/scripts/oe-selftest | |||
@@ -33,7 +33,7 @@ scriptpath.add_bitbake_lib_path() | |||
33 | from oeqa.utils import load_test_components | 33 | from oeqa.utils import load_test_components |
34 | from oeqa.core.exception import OEQAPreRun | 34 | from oeqa.core.exception import OEQAPreRun |
35 | 35 | ||
36 | logger = scriptutils.logger_create('oe-selftest', stream=sys.stdout) | 36 | logger = scriptutils.logger_create('oe-selftest', stream=sys.stdout, keepalive=True) |
37 | 37 | ||
38 | def main(): | 38 | def main(): |
39 | 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." | 39 | 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." |