oops
[tests.git] / system / TestNode.py
index 331b315..5615095 100644 (file)
@@ -232,7 +232,7 @@ class TestNode:
     def check_sanity_script (self,local_script):
         # push the script on the node's root context
         script_name=os.path.basename(local_script)
-        utils.header ("NODE %s : running sanity check script %s"%self.name(),script_name)
+        utils.header ("NODE %s : running sanity check script %s"%(self.name(),script_name))
         ssh_handle=self.create_test_ssh()
         ssh_handle.copy_home(local_script)
         if ssh_handle.run("./"+script_name) != 0: