Browse Source

Updated Linux cpp_distcheck test to exit immediately on error

Adam Cozzette 6 năm trước cách đây
mục cha
commit
e2bfec9af2
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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
 
+set -e  # exit immediately on error
+
 # Change to repo root
 cd $(dirname $0)/../../..