From c2ffa54b9100f0291b5fa1c830dc64e40e2f33e5 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 23 Mar 2015 17:29:15 +0100 Subject: [PATCH] scripts/HDF5/build_all_variants: exit if a build failed --- scripts/HDF5/build_all_variants | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/HDF5/build_all_variants b/scripts/HDF5/build_all_variants index 262f179..88d48a6 100755 --- a/scripts/HDF5/build_all_variants +++ b/scripts/HDF5/build_all_variants @@ -19,6 +19,7 @@ for cc in "${COMPILER_VERSIONS[@]}"; do echo " compile: $cc" echo " mpi: $mpi" echo " hdf5: $hdf5" + exit 1 } done done