[CI]: Display all drc violation messages once the check is done.
diff --git a/.travisCI/runPrecheck.sh b/.travisCI/runPrecheck.sh index 099f447..516e230 100644 --- a/.travisCI/runPrecheck.sh +++ b/.travisCI/runPrecheck.sh
@@ -26,6 +26,8 @@ gzip -d $gzipped_file fi +grep "Violation Message" $output + cnt=$(grep -c -i "DRC violations" $output) if ! [[ $cnt ]]; then cnt=0; fi if [[ $cnt -eq 2 ]]; then exit 0; fi