Skip to content
Snippets Groups Projects
Unverified Commit 66a4de0d authored by Simon Grosz's avatar Simon Grosz
Browse files

fix: go-test job failure when go_text_report file is too big

parent e5af4331
Branches
No related tags found
No related merge requests found
......@@ -404,7 +404,7 @@ stages:
set -e
# dump text report in the console
cat "$go_text_report"
cat "$go_text_report" || (echo "Display of go test report file failed; Display of last 100 lines." && tail -n100 "$go_text_report")
# compute and dump code coverage in the console
output_coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment