File tree 5 files changed +4
-1
lines changed
5 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ set -o pipefail
9
9
10
10
OS_ROOT=$( dirname " ${BASH_SOURCE} " ) /..
11
11
source " ${OS_ROOT} /hack/util.sh"
12
-
13
12
os::log::install_errexit
14
13
15
14
function cleanup()
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ set -o pipefail
9
9
10
10
OS_ROOT=$( dirname " ${BASH_SOURCE} " ) /..
11
11
source " ${OS_ROOT} /hack/util.sh"
12
+ os::log::install_errexit
12
13
13
14
ROUTER_TESTS_ENABLED=" ${ROUTER_TESTS_ENABLED:- true} "
14
15
TEST_ASSETS=" ${TEST_ASSETS:- false} "
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ set -o pipefail
9
9
10
10
OS_ROOT=$( dirname " ${BASH_SOURCE} " ) /..
11
11
source " ${OS_ROOT} /hack/util.sh"
12
+ os::log::install_errexit
12
13
13
14
ensure_iptables_or_die
14
15
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ set -o pipefail
7
7
OS_ROOT=$( dirname " ${BASH_SOURCE} " ) /..
8
8
source " ${OS_ROOT} /hack/common.sh"
9
9
source " ${OS_ROOT} /hack/util.sh"
10
+ os::log::install_errexit
10
11
11
12
# Go to the top of the tree.
12
13
cd " ${OS_ROOT} "
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ set -o pipefail
7
7
OS_ROOT=$( dirname " ${BASH_SOURCE} " ) /..
8
8
source " ${OS_ROOT} /hack/common.sh"
9
9
source " ${OS_ROOT} /hack/util.sh"
10
+ os::log::install_errexit
10
11
11
12
# Go to the top of the tree.
12
13
cd " ${OS_ROOT} "
You can’t perform that action at this time.
0 commit comments