Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Remove duplicate printout of error suites in final summary
Browse files Browse the repository at this point in the history
  • Loading branch information
joergboe committed Apr 15, 2020
1 parent 39501ea commit 429861a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/runTTF
Original file line number Diff line number Diff line change
Expand Up @@ -688,8 +688,7 @@ done

#Print suite errors and collection
if [[ $SUITE_ERRORCount -gt 0 ]]; then
printError "Errors in $SUITE_ERRORCount suites:"
cat "$TTRO_workDir/SUITE_ERROR"
printError "Errors in $SUITE_ERRORCount suites!"
fi

indexfilename="${TTRO_workDir}/index.html"
Expand Down

0 comments on commit 429861a

Please sign in to comment.