Loading scripts/check-format.sh +2 −2 Original line number Diff line number Diff line Loading @@ -202,7 +202,7 @@ if [[ $NUMPROCS -lt 2 ]]; then done if [[ $NUMFAILS -gt 0 ]]; then echo "Total fails: $NUMFAILS" exit $NUMFAILS # exit $NUMFAILS ## uncomment if script should have num fails as return code fi else NUMFAILS=0 Loading @@ -229,7 +229,7 @@ else rm "$NUMFAILSTMPFILE" if [[ $NUMFAILS -gt 0 ]]; then echo "Total fails: $NUMFAILS" exit $NUMFAILS # exit $NUMFAILS ## uncomment if script should have num fails as return code fi fi Loading Loading
scripts/check-format.sh +2 −2 Original line number Diff line number Diff line Loading @@ -202,7 +202,7 @@ if [[ $NUMPROCS -lt 2 ]]; then done if [[ $NUMFAILS -gt 0 ]]; then echo "Total fails: $NUMFAILS" exit $NUMFAILS # exit $NUMFAILS ## uncomment if script should have num fails as return code fi else NUMFAILS=0 Loading @@ -229,7 +229,7 @@ else rm "$NUMFAILSTMPFILE" if [[ $NUMFAILS -gt 0 ]]; then echo "Total fails: $NUMFAILS" exit $NUMFAILS # exit $NUMFAILS ## uncomment if script should have num fails as return code fi fi Loading