mirror of
https://github.com/ceph/ceph
synced 2025-01-10 21:20:46 +00:00
Merge pull request #38292 from badone/wip-dont-run-tests-if-build-fails
run-make-check.sh: Don't run tests if build fails Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
7f533f5ecd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user