Vehicle-Anti-Theft-Face-Rec.../venv/Lib/site-packages/cmake/data/share/cmake-3.18/Modules/SquishRunTestCase.bat

12 lines
208 B
Batchfile
Raw Normal View History

2020-11-12 16:05:57 +00:00
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%