Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
5257d9e71a2aa4ba5f5d71cf7e930ff17bbc8b39
/
.
/
Modules
/
SquishRunTestCase.bat
blob: 293e88f8f1928c06633bf110042965c12f8eac8d [
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
%