Skip to content
Snippets Groups Projects
Commit 9a9bd7fc authored by Paul van der Laan's avatar Paul van der Laan
Browse files

added print statements

parent 1c2b9d0f
No related branches found
No related tags found
1 merge request!3Add restart test
Pipeline #
...@@ -67,7 +67,9 @@ class CaseRunner(object): ...@@ -67,7 +67,9 @@ class CaseRunner(object):
testroot = '/'.join(self.directory.split('/')[:-1]) testroot = '/'.join(self.directory.split('/')[:-1])
test_dir = os.path.join(testroot, self.casename) test_dir = os.path.join(testroot, self.casename)
self.testroot = testroot self.testroot = testroot
print '#################################################################################'
print '### Test case: '+self.casename
print '#################################################################################'
if os.path.exists(test_dir): if os.path.exists(test_dir):
if not self.keep_directory: if not self.keep_directory:
# raise RuntimeWarning('Found old run directory %s, and deleted it!' % test_dir) # raise RuntimeWarning('Found old run directory %s, and deleted it!' % test_dir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment