Skip to content
Snippets Groups Projects
Commit 08c51677 authored by Daniel Brown's avatar Daniel Brown
Browse files

removing src and lib directory after build as they take up a fair bit of space

parent 3505e941
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,7 @@ class FinesseProcessWatcher(Thread):
utils.runcmd(["rm","src","-rf"],cwd=BUILD_PATH)
utils.runcmd(["rm","lib","-rf"],cwd=BUILD_PATH)
except RecordNotFound:
print "Could not find database records for test id " + str(self.process_to_watch.test_id)
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment