Updated Linux cpp_distcheck test to exit immediately on error

pull/5628/head
Adam Cozzette 6 years ago
parent 46f87f9740
commit e2bfec9af2
  1. 2
      kokoro/linux/cpp_distcheck/build.sh

@ -2,6 +2,8 @@
#
# Build file to set up and run tests
set -e # exit immediately on error
# Change to repo root
cd $(dirname $0)/../../..

Loading…
Cancel
Save