Browse Source

Updated Linux cpp_distcheck test to exit immediately on error

Adam Cozzette 6 years ago
parent
commit
e2bfec9af2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      kokoro/linux/cpp_distcheck/build.sh

+ 2 - 0
kokoro/linux/cpp_distcheck/build.sh

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