X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestNode.py;h=e6f57841e888a1dc4666f3a13e98d12350a7f049;hb=83f8fd155b547ee4556d678c95d603ea5c993ffe;hp=f702b09de708f9d6dd64d00b171b94433af4a39f;hpb=4ddf4ca6a71cc784d769a90ce618c5cc89370512;p=tests.git diff --git a/system/TestNode.py b/system/TestNode.py index f702b09..e6f5784 100644 --- a/system/TestNode.py +++ b/system/TestNode.py @@ -185,7 +185,7 @@ class TestNode: test_box.run_in_buildname("%s/qemu-bridge-init start >> %s/log.txt"%(self.nodedir(),self.nodedir())) # kick it off in background, as it would otherwise hang - test_box.run_in_buildname("%s/qemu-start-node 2>&1 >> %s/log.txt"%(self.nodedir(),self.nodedir()),True) + test_box.run_in_buildname("%s/qemu-start-node 2>&1 >> %s/log.txt"%(self.nodedir(),self.nodedir())) def list_qemu (self): utils.header("Listing qemu for host %s on box %s"%(self.name(),self.test_box().hostname()))