Skip to content

Commit c110d97

Browse files
committed
Remove test case FMU from the test results package
close #42
1 parent ae97947 commit c110d97

File tree

1 file changed

+2
-0
lines changed
  • worker/jobs/boptest_run_test

1 file changed

+2
-0
lines changed

worker/jobs/boptest_run_test/job.py

+2
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ def cleanup(self):
263263
self.redis.srem(self.userTestsKey, self.testid)
264264
self.unsubscribe()
265265

266+
os.remove(self.fmu_path)
267+
266268
tarname = "%s.tar.gz" % self.testid
267269
tar = tarfile.open(tarname, "w:gz")
268270
tar.add(self.test_dir, filter=self.reset, arcname=self.testid)

0 commit comments

Comments
 (0)