File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ echo "Running editor unit tests for ${UNITYCI_PROJECT_NAME} editmode"
19
19
-password " ${UNITYCI_NEW_PASS} " \
20
20
-serial " ${UNITYCI_NEW_SERIAL} "
21
21
22
- # rc0=$?
22
+ rc0=$?
23
23
echo " Unit test logs"
24
24
# cat $(pwd)/editor1.log
25
25
cat $( pwd) /test1.xml
@@ -30,7 +30,7 @@ echo "returning license"
30
30
31
31
# exit if tests failed
32
32
# if [ $rc0 -ne 0 ]; then { echo "Failed unit tests editmode"; /Applications/Unity/Unity.app/Contents/MacOS/Unity -quit -batchmode -returnlicense; exit $rc0; } fi
33
- if [ $rc1 -ne 0 ]; then { echo " Failed unit tests editmode" ; exit $rc1 ; } fi
33
+ if [ $rc0 -ne 0 ]; then { echo " Failed unit tests editmode" ; exit $rc0 ; } fi
34
34
35
35
echo " Running editor unit tests for ${UNITYCI_PROJECT_NAME} playmode"
36
36
/Applications/Unity/Unity.app/Contents/MacOS/Unity \
You can’t perform that action at this time.
0 commit comments