mirror of
https://github.com/reactos/CMake.git
synced 2024-11-23 03:29:47 +00:00
8ed03baa76
The `crlf` attribute is deprecated in Git. This also changes the given files to be in the index using LF newlines, but they will be checked out with CRLF newlines due to the attribute.
12 lines
208 B
Batchfile
Executable File
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%
|