Skip to content

Commit 43005a5

Browse files
authored
Revert v3.x changes
1 parent 74d9790 commit 43005a5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

dist/platforms/ubuntu/run_tests.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)