From a9b60e4565af5626f8a70819e88113df543bf9ef Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Wed, 6 Dec 2023 14:02:14 +0100 Subject: [PATCH] Set -e --- test/actions.github.com/anonymous-proxy-setup.test.sh | 2 ++ test/actions.github.com/auth-proxy-setup.test.sh | 2 ++ test/actions.github.com/default_setup.test.sh | 2 ++ test/actions.github.com/dind-setup.test.sh | 2 ++ test/actions.github.com/kubernetes-mode-setup.test.sh | 2 ++ test/actions.github.com/self-signed-ca-setup.test.sh | 2 ++ test/actions.github.com/single-namespace-setup.test.sh | 2 ++ test/actions.github.com/update-strategy.test.sh | 2 ++ 8 files changed, 16 insertions(+) diff --git a/test/actions.github.com/anonymous-proxy-setup.test.sh b/test/actions.github.com/anonymous-proxy-setup.test.sh index 040f29c8..73b247f4 100755 --- a/test/actions.github.com/anonymous-proxy-setup.test.sh +++ b/test/actions.github.com/anonymous-proxy-setup.test.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + DIR="$(dirname "${BASH_SOURCE[0]}")" DIR="$(realpath "${DIR}")" diff --git a/test/actions.github.com/auth-proxy-setup.test.sh b/test/actions.github.com/auth-proxy-setup.test.sh index 27b665f4..a7a36607 100755 --- a/test/actions.github.com/auth-proxy-setup.test.sh +++ b/test/actions.github.com/auth-proxy-setup.test.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + DIR="$(dirname "${BASH_SOURCE[0]}")" DIR="$(realpath "${DIR}")" diff --git a/test/actions.github.com/default_setup.test.sh b/test/actions.github.com/default_setup.test.sh index 72323f47..14d0ef70 100755 --- a/test/actions.github.com/default_setup.test.sh +++ b/test/actions.github.com/default_setup.test.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + DIR="$(dirname "${BASH_SOURCE[0]}")" DIR="$(realpath "${DIR}")" diff --git a/test/actions.github.com/dind-setup.test.sh b/test/actions.github.com/dind-setup.test.sh index 9806c211..f469ed92 100755 --- a/test/actions.github.com/dind-setup.test.sh +++ b/test/actions.github.com/dind-setup.test.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + DIR="$(dirname "${BAASH_SOURCE[0]}")" DIR="$(realpath "${DIR}")" diff --git a/test/actions.github.com/kubernetes-mode-setup.test.sh b/test/actions.github.com/kubernetes-mode-setup.test.sh index c63432c3..4a01707a 100755 --- a/test/actions.github.com/kubernetes-mode-setup.test.sh +++ b/test/actions.github.com/kubernetes-mode-setup.test.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + DIR="$(dirname "${BASH_SOURCE[0]}")" DIR="$(realpath "${DIR}")" diff --git a/test/actions.github.com/self-signed-ca-setup.test.sh b/test/actions.github.com/self-signed-ca-setup.test.sh index 2938b214..c7b3481b 100755 --- a/test/actions.github.com/self-signed-ca-setup.test.sh +++ b/test/actions.github.com/self-signed-ca-setup.test.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + DIR="$(dirname "${BASH_SOURCE[0]}")" DIR="$(realpath "${DIR}")" diff --git a/test/actions.github.com/single-namespace-setup.test.sh b/test/actions.github.com/single-namespace-setup.test.sh index 92d1ac39..0c1fb1d6 100755 --- a/test/actions.github.com/single-namespace-setup.test.sh +++ b/test/actions.github.com/single-namespace-setup.test.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + DIR="$(dirname "${BASH_SOURCE[0]}")" DIR="$(realpath "${DIR}")" diff --git a/test/actions.github.com/update-strategy.test.sh b/test/actions.github.com/update-strategy.test.sh index 717dcc17..e5b6ed1c 100755 --- a/test/actions.github.com/update-strategy.test.sh +++ b/test/actions.github.com/update-strategy.test.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + DIR="$(dirname "${BASH_SOURCE[0]}")" DIR="$(realpath "${DIR}")"