Imported Upstream version 2.8.10.2
[platform/upstream/cmake.git] / Modules / SquishRunTestCase.bat
1 echo 'Starting the squish server...'\r
2 start %1\r
3 \r
4 echo 'Running the test case...'\r
5 %2 --testcase %3 --wrapper %4 --aut %5\r
6 set result=%ERRORLEVEL%\r
7 \r
8 echo 'Stopping the squish server...'\r
9 %1 --stop\r
10 \r
11 exit \b %result%\r