ソースを参照

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/*