diff options
Diffstat (limited to 'ci/run_tests.py')
-rwxr-xr-x | ci/run_tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/run_tests.py b/ci/run_tests.py index 050ef0c1..b3728ce9 100755 --- a/ci/run_tests.py +++ b/ci/run_tests.py @@ -76,7 +76,8 @@ def run_test(test): print_separator("=") logger.debug("\n%s" % test) - generate_os_snapshot() + if CLEAN_FLAG: + generate_os_snapshot() flags = (" -t %s" % (test_name)) if REPORT_FLAG: |