Просмотр исходного кода

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

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld 14 лет назад
Родитель
Сommit
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