Ver código fonte

45216 - Run all tests when running continuously.

A. Shawn Bandy 9 anos atrás
pai
commit
20e2965750
1 arquivos alterados com 1 adições e 1 exclusões
  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/*