]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
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)
commit03ff2146f95c7e03a84df1f8c3b38bbbb315b708
tree15287ad732535cdf6103de89fb546927f6c352eb
parentba055a743cccd387f27535568d67ed00030e9b7a
run-make-check.sh: Don't run tests if build fails

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