diff --git a/test/actions.github.com/anonymous-proxy-setup.test.sh b/test/actions.github.com/anonymous-proxy-setup.test.sh index 040f29c..73b247f 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 27b665f..a7a3660 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 72323f4..14d0ef7 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 9806c21..f469ed9 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 c63432c..4a01707 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 2938b21..c7b3481 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 92d1ac3..0c1fb1d 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 717dcc1..e5b6ed1 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}")"