first commit
This commit is contained in:
13
extern/cmake/2.85/share/cmake-2.8/Modules/SquishRunTestCase.sh
vendored
Normal file
13
extern/cmake/2.85/share/cmake-2.8/Modules/SquishRunTestCase.sh
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Starting the squish server...$1 --daemon"
|
||||
$1 --daemon
|
||||
|
||||
echo "Running the test case...$2 --testcase $3 --wrapper $4 --aut $5"
|
||||
$2 --testcase $3 --wrapper $4 --aut $5
|
||||
returnValue=$?
|
||||
|
||||
echo "Stopping the squish server...$1 --stop"
|
||||
$1 --stop
|
||||
|
||||
exit $returnValue
|
||||
Reference in New Issue
Block a user