Index: build/unittest.sh =================================================================== diff -u -r8f5e61e699354797f948e8778701d5df8609aac4 -r3590c640a289d4756560e2cdb0c5d41709bc46a2 --- build/unittest.sh (.../unittest.sh) (revision 8f5e61e699354797f948e8778701d5df8609aac4) +++ build/unittest.sh (.../unittest.sh) (revision 3590c640a289d4756560e2cdb0c5d41709bc46a2) @@ -57,10 +57,10 @@ git clone ssh://git@dvm-linux02:7999/ui/testsuites.git echo " ------------------------------ Starting the Squish Server" -$SQUISH_DIR/bin/squishserver addAUT $BUID_DIR/denali --port=$SQUISH_SERVER_PORT 1>$REPORT/$LOG/server.log 2>$REPORT/$LOG/server.err & +$SQUISH_DIR/bin/squishserver addAUT $BUID_DIR/denali --port=$SQUISH_SERVER_PORT 1>$REPORT/$LOG/squishqtserver.log 2>$REPORT/$LOG/squishqtserver.err & echo " ------------------------------ Starting tests" -$SQUISH_DIR/bin/squishrunner --testsuite testsuites --exitCodeOnFail 13 --reportgen html,$REPORT/UnitTest +$SQUISH_DIR/bin/squishrunner --testsuite testsuites --exitCodeOnFail 13 --reportgen html,$REPORT/UnitTest 1>$REPORT/$LOG/squishqtrunner.log 2>$REPORT/$LOG/squishqtrunner.err sleep 5 echo " ------------------------------ Importing the excecution report into the coverage database"