Your IP : 216.73.216.48


Current Path : /usr/X11R6/share/cmake-3.5/Modules/
Upload File :
Current File : //usr/X11R6/share/cmake-3.5/Modules/SquishRunTestCase.bat

echo 'Starting the squish server...'
start %1

echo 'Running the test case...'
%2 --testcase %3 --wrapper %4 --aut %5
set result=%ERRORLEVEL%

echo 'Stopping the squish server...'
%1 --stop

exit \b %result%