summaryrefslogtreecommitdiff
path: root/tester/rt/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'tester/rt/check.py')
-rwxr-xr-xtester/rt/check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/rt/check.py b/tester/rt/check.py
index 3bb24e3..c7f6c23 100755
--- a/tester/rt/check.py
+++ b/tester/rt/check.py
@@ -1020,7 +1020,7 @@ class builder:
self._failures_report()
def run_jobs(self, jobs):
- if path.exists(self.build_dir):
+ if path.exists(self.build_dir) and not self.options['no-clean']:
log.notice('Cleaning: %s' % (self.build_dir))
path.removeall(self.build_dir)
self.start = _now()