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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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