mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-23 04:12:13 +00:00
12 lines
219 B
Batchfile
12 lines
219 B
Batchfile
|
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%
|