Index: build/unittest.sh =================================================================== diff -u -r7680db04429ee15d00801b33c7b1004ca0c9ddb8 -rac7aeb4936fa216fad90627d833ee30e849cc8f7 --- build/unittest.sh (.../unittest.sh) (revision 7680db04429ee15d00801b33c7b1004ca0c9ddb8) +++ build/unittest.sh (.../unittest.sh) (revision ac7aeb4936fa216fad90627d833ee30e849cc8f7) @@ -73,8 +73,8 @@ $QT_DIR/bin/qmake ../application/denali.pro -spec linux-g++ CONFIG+=qtquickcompiler CONFIG+=testcase CONFIG+=CodeCoverage TARGET=$DENALI_QTTEST /usr/bin/make LINK=csg++ AR=csar CXX=csg++ CC=csgcc -j4 1>../$REPORT/$LOG/build_for_QtTest.log 2>../$REPORT/$LOG/build_for_QtTest.err /usr/bin/make clean -./$DENALI_QTTEST -o -,txt 1>../$REPORT/UnitTest/QtTest.txt 2>../$REPORT/$LOG/QtTest.err -cp ../$REPORT/UnitTest/QtTest.txt ../$REPORT/$LOG/QtTest.log +./$DENALI_QTTEST -o -,txt 1>../$REPORT/$LOG/QtTest.log 2>../$REPORT/$LOG/QtTest.err +cp ../$REPORT/$LOG/QtTest.txt ../$REPORT/UnitTest/QtTest.log fi echo " ------------------------------ Squish : Configure The Project for Coverage"