Current Path : /usr/opt/nge/share/cmake-3.6/Modules/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/opt/nge/share/cmake-3.6/Modules/SquishRunTestCase.sh |
#!/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