Skip to content

Commit

Permalink
Fail convention check if any script crashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Oct 2, 2018
1 parent afa7402 commit 4f4b904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/conventions/test_conventions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if (( $MAKE_EXIT_CODE )); then
echo "Status: FAILED"
else
rm -f *.issues
set -e # abort if error is encountered
./analyze_gfortran_ast.py ../../obj/Linux-x86-64-gfortran/dumpast/*.ast > ast.issues
./analyze_gfortran_warnings.py ../../obj/local_warn/psmp/*.warn > warn.issues
./analyze_src.py ../../ > src.issues
Expand Down

0 comments on commit 4f4b904

Please sign in to comment.