Browse Source

45216 - Remove --test=undertow from invocation of run-tests.py

A. Shawn Bandy 8 years ago
parent
commit
9a0b1e73e7
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
   echo Change to benchmark root
   cd $TFB_REPOPARENT/$TFB_REPONAME
   cd $TFB_REPOPARENT/$TFB_REPONAME
   echo Run tests
   echo Run tests
-  toolset/run-tests.py --clear-tmp --test undertow
+  toolset/run-tests.py --clear-tmp
   # Handle any postprocessing
   # Handle any postprocessing
   echo Running post-test tasks
   echo Running post-test tasks
   for SCRIPT in $TFB_REPOPARENT/$TFB_REPONAME/toolset/lifecycle/post-run-tests/*
   for SCRIPT in $TFB_REPOPARENT/$TFB_REPONAME/toolset/lifecycle/post-run-tests/*