Sign in
android
/
platform
/
prebuilts
/
cmake
/
darwin-x86
/
refs/heads/androidx-constraintlayout-release
/
.
/
share
/
cmake-3.22
/
Modules
/
SquishRunTestCase.bat
blob: 5c5d388b033063bd834bffdf02186a1f197515d0 [
file
] [
log
] [
blame
] [
edit
]
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
%