system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
| Direktori : /usr/share/cmake3/Modules/ |
| Current File : //usr/share/cmake3/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