]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
rump kernel tests: Fix testid of repeat xenstorels test
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 19 Feb 2015 11:57:08 +0000 (11:57 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 19 Feb 2015 11:57:08 +0000 (11:57 +0000)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Ian Campbell <ian.campbell@citrix.com>
sg-run-job

index 94d091b9cbf7ac72ce4ff6e8800ef3abd9b3defe..a1ff24bf6a32b4e6669500babd75a2ea4e4e4fa3 100755 (executable)
@@ -329,8 +329,8 @@ proc run-job/test-rumpuserxen {} {
     run-ts . =   ts-rumpuserxen-demo-xenstorels + host + $g
     run-ts . =   ts-guest-destroy-hard          + host + $g
     repeat-ts 50 =.repeat \
-                 ts-rumpuserxen-demo-xenstorels + host + $g     \; \
-             +   ts-guest-destroy-hard            host   $g   +
+                 ts-rumpuserxen-demo-xenstorels + host + $g   + \; \
+                 ts-guest-destroy-hard            host   $g   +
 }
 
 #---------- builds ----------