From 9cce855f472b871ef72f7a0bc053937b67097d0c Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Thu, 18 Aug 2016 19:55:53 +0300 Subject: bitbake: 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. (Bitbake rev: 04132b261df9def3a0cff14c93c29b26ff906e8b) Signed-off-by: Markus Lehtonen Signed-off-by: Richard Purdie --- bitbake/bin/bitbake-selftest | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake/bin') 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 = """\ 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): -- cgit v1.2.3-54-g00ecf