Skip to content

Commit 2b32ac2

Browse files
committed
log tests on success
1 parent b622fe9 commit 2b32ac2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Travis/runTests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ echo "Attempting to run UnitySDK integration Tests..."
2121
-quit
2222
if [ $? = 0 ] ; then
2323
echo "UnitTest COMPLETED! Exited with $?"
24+
echo 'Test logs'
25+
cat $(pwd)/integrationTests.log
2426
exit 0
2527
else
2628
echo "UnitTest FAILED! Exited with $?"
27-
echo 'Logs tests'
29+
echo 'Test logs'
2830
cat $(pwd)/integrationTests.log
2931
exit 1
3032
fi

0 commit comments

Comments
 (0)