ci: set huponexit for inner bash processes

Followup for aae8163696
This commit is contained in:
Alexander Krotov
2020-09-19 00:07:56 +03:00
committed by holger krekel
parent a26c43e9fd
commit 4573e6d18b
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
# and tox/pytest.
set -e -x
shopt -s huponexit
# for core-building and python install step
export DCC_RS_TARGET=debug

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -ex
shopt -s huponexit
#export RUST_TEST_THREADS=1
export RUST_BACKTRACE=1