From f33ea3be2b844803924b27eb9ecc2ba8a4300cf2 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Thu, 5 May 2011 09:07:04 +1000 Subject: [PATCH] CTS: don't force all-once (breaks random tests) Signed-off-by: Angus Salkeld --- cts/corolab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cts/corolab.py b/cts/corolab.py index 340c7512..3541f478 100755 --- a/cts/corolab.py +++ b/cts/corolab.py @@ -133,7 +133,7 @@ class CoroLabEnvironment(CtsLab): self["valgrind-tests"] = 0 self["unsafe-tests"] = 0 self["loop-tests"] = 0 - self["all-once"] = 1 + self["all-once"] = 0 self["LogWatcher"] = "remote" self["SyslogFacility"] = DefaultFacility