summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 f391b1f9..c75863ed 100644
--- a/Chalice/tests/runalltests.bat
+++ b/Chalice/tests/runalltests.bat
@@ -17,7 +17,7 @@ for %%f in (examples permission-model general-tests regressions) do (
cd %%f
set tt=0
for %%f in (*.chalice) do set /A tt+=1
- call reg_test_all.bat -no-summary
+ call reg_test_all.bat -no-summary %1 %2 %3 %4 %5
set /A c=!c!+!errorlevel!
set /A t=!t!+!tt!
cd ..