Skip to content

Commit

Permalink
Bail out of pytype early if one fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bailey committed Sep 30, 2018
1 parent babcfbf commit 3cce0a1
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 3cce0a1

Please sign in to comment.