repo.or.cz
/
kiteware-cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge topic 'cxx-checks-tolerate-unused-arguments'
[kiteware-cmake.git]
/
Modules
/
SquishRunTestCase.sh
blob
409b46a3ed5d77dfc8464331c3ac0271517e3af9
1
#!/bin/sh
2
3
echo
"Starting the squish server...
$1
--daemon"
4
$1
--daemon
5
6
echo
"Running the test case...
$2
--testcase
$3
--wrapper
$4
--aut
$5
"
7
$2
--testcase
$3
--wrapper
$4
--aut
$5
8
returnValue
=
$?
9
10
echo
"Stopping the squish server...
$1
--stop"
11
$1
--stop
12
13
exit
$returnValue