Skip to content

Commit 1d47f9d

Browse files
Don't show test output for failed tests (#11)
1 parent 4bfc68d commit 1d47f9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ jobs:
167167
echo "${HANDLE}: passed"
168168
elif [[ "$OUTPUT" =~ "FAILED" ]]; then
169169
echo "${HANDLE}: failed"
170-
echo "Details of test run: ${OUTPUT}"
171170
ERRORS+=("${HANDLE}")
172171
else
173172
echo "${HANDLE}: other errors: ${OUTPUT}"

0 commit comments

Comments
 (0)