From: Thierry Parmentelat Date: Sat, 31 Mar 2012 15:20:29 +0000 (+0200) Subject: fix syntax error X-Git-Tag: tests-5.1-1~12 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7bfec888dd412323b87625f9f5bd827213b40820;p=tests.git fix syntax error --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 86f31f4..23e463d 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -487,7 +487,7 @@ class TestPlc: # a first approx. is to store the timestamp close to the VM root like vs does stamp_path=self.vm_timestamp_path () stamp_dir = os.path.dirname (stamp_path) - utils.system(self.test_ssh.actual_command("mkdir -p %s"%stamp_dir) + utils.system(self.test_ssh.actual_command("mkdir -p %s"%stamp_dir)) return utils.system(self.test_ssh.actual_command("echo %d > %s"%(now,stamp_path)))==0 # this is called inconditionnally at the beginning of the test sequence