Skip to content

Commit

Permalink
Merge pull request #2547 from anarkiwi/master
Browse files Browse the repository at this point in the history
Bail out of pytype early if one fails.
  • Loading branch information
anarkiwi committed Sep 30, 2018
2 parents 195055a + 3cce0a1 commit 5288f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codecheck/pytype.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PYV="3.5"
FAUCETHOME=`dirname $0`"/../.."
TMPDIR=`mktemp -d -p /var/tmp`
CONFIG="$FAUCETHOME/setup.cfg"
PARARGS="parallel --delay 1 --bar"
PARARGS="parallel --delay 1 --bar --halt now,fail=1"
PYTYPE=`which pytype`
PYTYPEARGS="python$PYV $PYTYPE --config $CONFIG -o $TMPDIR"
PYHEADER=`head -1 $PYTYPE`
Expand Down

0 comments on commit 5288f78

Please sign in to comment.