Преглед на файлове

45216 - Run all tests when running continuously.

A. Shawn Bandy преди 9 години
родител
ревизия
20e2965750
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      toolset/run-continuously.sh

+ 1 - 1
toolset/run-continuously.sh

@@ -44,7 +44,7 @@ do
   echo Change to benchmark root
   cd $TFB_REPOPARENT/$TFB_REPONAME
   echo Run tests
-  toolset/run-tests.py --test undertow
+  toolset/run-tests.py
   # Handle any postprocessing
   echo Running post-test tasks
   for SCRIPT in $TFB_REPOPARENT/$TFB_REPONAME/toolset/lifecycle/post-run-tests/*