File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -25,24 +25,6 @@ cat $(pwd)/test1.xml
25
25
# exit if tests failed
26
26
if [ $rc0 -ne 0 ]; then { echo " Failed unit tests editmode" ; /Applications/Unity/Unity.app/Contents/MacOS/Unity -quit -batchmode -returnlicense; exit $rc0 ; } fi
27
27
28
- echo " Running editor unit tests for ${UNITYCI_PROJECT_NAME} StandaloneOSXIntel64"
29
- /Applications/Unity/Unity.app/Contents/MacOS/Unity \
30
- -batchmode \
31
- -logFile $( pwd) /unity.log \
32
- -projectPath " $( pwd) /${UNITYCI_PROJECT_NAME} " \
33
- -runTests \
34
- -testResults $( pwd) /test3.xml \
35
- -testPlatform StandaloneOSXIntel64 \
36
- -username ${UNITYCI_USER_NAME} \
37
- -password ${UNITYCI_PASS} \
38
- -serial ${UNITYCI_SERIAL}
39
-
40
- rc3=$?
41
- echo " Unit test logs"
42
- cat $( pwd) /test3.xml
43
- # exit if tests failed
44
- if [ $rc3 -ne 0 ]; then { echo " Failed unit tests StandaloneOSXIntel64" ; /Applications/Unity/Unity.app/Contents/MacOS/Unity -quit -batchmode -returnlicense; exit $rc3 ; } fi
45
-
46
28
echo " Running editor unit tests for ${UNITYCI_PROJECT_NAME} playmode"
47
29
/Applications/Unity/Unity.app/Contents/MacOS/Unity \
48
30
-batchmode \
You can’t perform that action at this time.
0 commit comments