summaryrefslogtreecommitdiff
path: root/Chalice/tests/runalltests.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Chalice/tests/runalltests.bat')
-rw-r--r--Chalice/tests/runalltests.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Chalice/tests/runalltests.bat b/Chalice/tests/runalltests.bat
index 54121bbe..ab878804 100644
--- a/Chalice/tests/runalltests.bat
+++ b/Chalice/tests/runalltests.bat
@@ -11,7 +11,7 @@ if "%1"=="-no-summary" (
set t=0
set c=0
-for %%f in (examples permission-model general-tests regressions) do (
+for %%f in (examples permission-model general-tests regressions predicates) do (
echo Running tests in %%f ...
echo ------------------------------------------------------
cd %%f