Преглед изворни кода

CTS: don't force all-once (breaks random tests)

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld пре 15 година
родитељ
комит
f33ea3be2b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      cts/corolab.py

+ 1 - 1
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