Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Modules / SquishRunTestCase.bat
blob293e88f8f1928c06633bf110042965c12f8eac8d
1 echo 'Starting the squish server...'
2 start %1
4 echo 'Running the test case...'
5 %2 --testcase %3 --wrapper %4 --aut %5
6 set result=%ERRORLEVEL%
8 echo 'Stopping the squish server...'
9 %1 --stop
11 exit \b %result%