diff options
author | mschwerhoff <unknown> | 2011-08-15 17:42:37 +0200 |
---|---|---|
committer | mschwerhoff <unknown> | 2011-08-15 17:42:37 +0200 |
commit | b63dd6d596527be4067aa704b3582ab34b9d8e23 (patch) | |
tree | a14f5eceebbc659e47530a40deb5ffacf20f6de3 /Chalice | |
parent | 39bfa2edfeb9a8cbbfcca1f5ed7ab870a5d4c928 (diff) |
Chalice: Changed tests/runalltests.bat such that additional parameters can be passed to Chalice
Diffstat (limited to 'Chalice')
-rw-r--r-- | Chalice/tests/runalltests.bat | 2 |
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 ..
|