summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2016-08-18 19:55:53 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-19 16:44:47 +0100
commit04132b261df9def3a0cff14c93c29b26ff906e8b (patch)
treea83bc1b953d6b77f53197d615d5cb3c4c411914c /bin
parent94c63a5b1e731e64eb8efbc09f2ab6a0ce11df05 (diff)
downloadbitbake-contrib-04132b261df9def3a0cff14c93c29b26ff906e8b.tar.gz
bitbake-selftest: introduce BB_TMPDIR_NOCLEAN
Set this env variable to 'yes' to preserve temporary directories used by the fetcher tests. Useful for debugging tests. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bitbake-selftest1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bitbake-selftest b/bin/bitbake-selftest
index 25905d7c1..1e00e3327 100755
--- a/bin/bitbake-selftest
+++ b/bin/bitbake-selftest
@@ -41,6 +41,7 @@ ENV_HELP = """\
Environment variables:
BB_SKIP_NETTESTS set to 'yes' in order to skip tests using network
connection
+ BB_TMPDIR_NOCLEAN set to 'yes' to preserve test tmp directories
"""
class main(unittest.main):