Browse Source

45216: Run all tests in run-continuously.sh

A. Shawn Bandy 8 years ago
parent
commit
d3a0a1f725
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 --test gemini netty
+  toolset/run-tests.py
   # 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/*