File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,23 +200,23 @@ for platform in ${TEST_PLATFORMS//;/ }; do
200200 fi
201201 fi
202202
203- stdbuf -oL unity-editor \
203+ unity-editor \
204204 -batchmode \
205- # -logFile "$FULL_ARTIFACTS_PATH/$platform.log" \
206- -logFile /dev/stdout \
205+ -logFile " $FULL_ARTIFACTS_PATH /$platform .log" \
206+ # -logFile /dev/stdout \
207207 -projectPath " $UNITY_PROJECT_PATH " \
208208 -coverageResultsPath " $FULL_COVERAGE_RESULTS_PATH " \
209209 $runTests \
210210 -enableCodeCoverage \
211211 -debugCodeOptimization \
212212 -coverageOptions " $COVERAGE_OPTIONS " \
213- $CUSTOM_PARAMETERS | tee " $FULL_ARTIFACTS_PATH / $platform .log "
213+ $CUSTOM_PARAMETERS
214214
215215 # Catch exit code
216216 TEST_EXIT_CODE=$?
217217
218218 # Print unity log output
219- # cat "$FULL_ARTIFACTS_PATH/$platform.log"
219+ cat " $FULL_ARTIFACTS_PATH /$platform .log"
220220
221221 if [[ $TEST_EXIT_CODE -eq 0 && " $platform " == " custom" ]]; then
222222 if grep -q " ALL_TESTS_SUCCESSFUL" " $FULL_ARTIFACTS_PATH /$platform .log" && ! grep -q " TEST_FAILURE" " $FULL_ARTIFACTS_PATH /$platform .log" ; then
You can’t perform that action at this time.
0 commit comments