summaryrefslogtreecommitdiffstats
path: root/ci/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'ci/run_tests.py')
-rwxr-xr-xci/run_tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/run_tests.py b/ci/run_tests.py
index 050ef0c11..b3728ce9f 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: