diff options
Diffstat (limited to 'bitbake/bin/bitbake-selftest')
-rwxr-xr-x | bitbake/bin/bitbake-selftest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake-selftest b/bitbake/bin/bitbake-selftest index 25905d7c10..1e00e33271 100755 --- a/bitbake/bin/bitbake-selftest +++ b/bitbake/bin/bitbake-selftest | |||
@@ -41,6 +41,7 @@ ENV_HELP = """\ | |||
41 | Environment variables: | 41 | Environment variables: |
42 | BB_SKIP_NETTESTS set to 'yes' in order to skip tests using network | 42 | BB_SKIP_NETTESTS set to 'yes' in order to skip tests using network |
43 | connection | 43 | connection |
44 | BB_TMPDIR_NOCLEAN set to 'yes' to preserve test tmp directories | ||
44 | """ | 45 | """ |
45 | 46 | ||
46 | class main(unittest.main): | 47 | class main(unittest.main): |