Files
UnrealEngine/Engine/Extras/ThirdPartyNotUE/CMake/share/cmake-3.24/Modules/SquishRunTestCase.bat
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

12 lines
208 B
Batchfile
Executable File

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%