]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
run-make-check.sh: Make sure a build failure will exit 38295/head
authorBrad Hubbard <bhubbard@redhat.com>
Thu, 26 Nov 2020 05:30:55 +0000 (15:30 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Fri, 27 Nov 2020 01:35:27 +0000 (11:35 +1000)
commitb51a9471794b5fd38aea4c9591da34113e6b82b3
tree63f361d5f4390d7ceefe93c807278d459a7954e3
parent662c1cbbab3d2aea53bfccaed7945809779b5c5b
run-make-check.sh: Make sure a build failure will exit

We 'set -e' but that is ignored because 'build tests' is executed in a
'&&' list (see 'man set') so move the echo to the following line.

Follow-up to 03ff2146f95

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(cherry picked from commit e70483133db87a3f04bc1fff31d8472465c305b3)

 Conflicts:
run-make-check.sh: cmake call differences and trivial logging
        output change.
run-make-check.sh