]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
run-make-check.sh: reset trap after sourcing install-deps.sh
authorNathan Cutler <ncutler@suse.com>
Mon, 9 Jul 2018 10:40:46 +0000 (12:40 +0200)
committerNathan Cutler <ncutler@suse.com>
Mon, 9 Jul 2018 12:29:04 +0000 (14:29 +0200)
commit458a0a6e6202ee9e976e19d7bc81652bf1b65c95
tree02bf1546529d3779adaa26c7e7746f96d3d6557a
parentb79b463f907d5b64d56e93559f77dc10da83a047
run-make-check.sh: reset trap after sourcing install-deps.sh

Since we source install-deps.sh, it replaces our trap with its own,
so we have to reinstate our trap after it finishes.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
run-make-check.sh