]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
run-make-check.sh: Don't run tests if build fails 38292/head
authorBrad Hubbard <bhubbard@redhat.com>
Thu, 26 Nov 2020 01:18:02 +0000 (11:18 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Thu, 26 Nov 2020 01:20:06 +0000 (11:20 +1000)
When run-make was taken out we lost the 'set -e' call and therefore
continue after an error.

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
run-make-check.sh

index 6e032e9f1ef7a53ffb422f1c9bca48a3af3bca77..b23f1221d46fc1077506316b6f3270a7def8e887 100755 (executable)
@@ -20,6 +20,8 @@
 
 source src/script/run-make.sh
 
+set -e
+
 function run() {
     # to prevent OSD EMFILE death on tests, make sure ulimit >= 1024
     $DRY_RUN ulimit -n $(ulimit -Hn)