]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
run-make-check.sh: Make sure a build failure will exit 38294/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:30:58 +0000 (11:30 +1000)
commitc605d25afeea0b5bd0c94762165f4f94172d7b48
tree83bad7c20cd64998042e1c177468172fd4e92e2b
parent51ede5592a0303911d55cd48d542e2fafa3504f4
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 - Trivial change in logging output
run-make-check.sh