repo.or.cz
/
CMakeLuaTailorHgBridge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Resync
[CMakeLuaTailorHgBridge.git]
/
CMakeLua
/
Modules
/
SquishRunTestCase.bat
blob
293e88f8f1928c06633bf110042965c12f8eac8d
1
echo 'Starting the squish server...'
2
start %1
3
4
echo 'Running the test case...'
5
%2 --testcase %3 --wrapper %4 --aut %5
6
set result=%ERRORLEVEL%
7
8
echo 'Stopping the squish server...'
9
%1 --stop
10
11
exit \b %result%