Browse Source

45216 FIX: Correct invocation of run-tests.py in run-continuously.py (#2295)

A Shawn Bandy 8 years ago
parent
commit
bb2300e606
1 changed files with 1 additions and 1 deletions
  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 --mode verify --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/*