From: Thierry Parmentelat Date: Wed, 17 Apr 2013 11:41:19 +0000 (+0200) Subject: Merge branch 'master' into sfa-geni-v3 X-Git-Tag: tests-5.3-1~10 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=71b30854e098ba1c0b3da1f3c8e4baed484cfe72;hp=07d6d9c2d137dcdc88b789b137d751501469d623;p=tests.git Merge branch 'master' into sfa-geni-v3 --- diff --git a/system/Substrate.py b/system/Substrate.py index fe6d6c7..915310b 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -746,7 +746,7 @@ class QemuBox (Box): # retrieve timestamps if not live_builds: return command= ['grep','.'] - command += ['%s/*/timestamp'%b for b in live_builds] + command += ['/vservers/%s/*/timestamp'%b for b in live_builds] command += ['/dev/null'] ts_lines=self.backquote_ssh(command,trash_err=True).split('\n') for ts_line in ts_lines: