diff --git a/TravisScripts/build.sh b/TravisScripts/build.sh index b334c8ae..1ca31f79 100644 --- a/TravisScripts/build.sh +++ b/TravisScripts/build.sh @@ -25,24 +25,6 @@ cat $(pwd)/test1.xml #exit if tests failed if [ $rc0 -ne 0 ]; then { echo "Failed unit tests editmode"; /Applications/Unity/Unity.app/Contents/MacOS/Unity -quit -batchmode -returnlicense; exit $rc0; } fi -echo "Running editor unit tests for ${UNITYCI_PROJECT_NAME} StandaloneOSXIntel64" -/Applications/Unity/Unity.app/Contents/MacOS/Unity \ - -batchmode \ - -logFile $(pwd)/unity.log \ - -projectPath "$(pwd)/${UNITYCI_PROJECT_NAME}" \ - -runTests \ - -testResults $(pwd)/test3.xml \ - -testPlatform StandaloneOSXIntel64 \ - -username ${UNITYCI_USER_NAME} \ - -password ${UNITYCI_PASS} \ - -serial ${UNITYCI_SERIAL} - -rc3=$? -echo "Unit test logs" -cat $(pwd)/test3.xml -#exit if tests failed -if [ $rc3 -ne 0 ]; then { echo "Failed unit tests StandaloneOSXIntel64"; /Applications/Unity/Unity.app/Contents/MacOS/Unity -quit -batchmode -returnlicense; exit $rc3; } fi - echo "Running editor unit tests for ${UNITYCI_PROJECT_NAME} playmode" /Applications/Unity/Unity.app/Contents/MacOS/Unity \ -batchmode \