Commit 7dfd1d12 authored by Benjamin Blanc's avatar Benjamin Blanc

Up

parent db95cff8
......@@ -163,10 +163,10 @@ class ScalabilityTestRunner():
path_to_suite = os.path.join(
self.testnode.config['working_directory'],
node_test_suite.reference)
if ( os.path.lexists(self.ofuscated_link_path) or
os.path.exists(self.ofuscated_link_path) ) :
os.remove(self.ofuscated_link_path)
self.testnode.log("Sym link : %s %s" %(path_to_suite, self.ofuscated_link_path))
os.symlink(path_to_suite, self.ofuscated_link_path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment