From: Thierry Parmentelat Date: Wed, 17 Apr 2013 11:38:57 +0000 (+0200) Subject: bugfix X-Git-Tag: tests-5.2-2~7 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=50c409473d912b08c077e97b9cb0f1a428c1c569;p=tests.git bugfix --- 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: