You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
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%
|