Commit b2ddd72d authored by Benjamin Blanc's avatar Benjamin Blanc

Up

parent 256d3498
...@@ -179,7 +179,10 @@ late a SlapOS (positive) answer." %(str(os.getpid()),str(os.getpid()),)) ...@@ -179,7 +179,10 @@ late a SlapOS (positive) answer." %(str(os.getpid()),str(os.getpid()),))
os.path.exists(self.ofuscated_link_path) ) : os.path.exists(self.ofuscated_link_path) ) :
try : try :
os.symlink(path_to_suite, self.ofuscated_link_path) os.symlink(path_to_suite, self.ofuscated_link_path)
self.log("testnode, Symbolic link (%s->%s) created."
%(self.ofuscated_link_path, path_to_suite))
except : except :
self.log("testnode, Unable to create symbolic link to the testsuite.")
raise ValueError("testnode, Unable to create symbolic link to the testsuite.") raise ValueError("testnode, Unable to create symbolic link to the testsuite.")
self.log("Sym link : %s %s" %(path_to_suite, self.ofuscated_link_path)) self.log("Sym link : %s %s" %(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