From 28818b46cfe15e03ecb38a0ee312a4e1d829c86f Mon Sep 17 00:00:00 2001 From: Patryk Matuszak <305846+pmtk@users.noreply.github.com> Date: Mon, 5 Jun 2023 13:26:39 +0200 Subject: [PATCH] make sure tests are executable --- e2e/main.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e2e/main.sh b/e2e/main.sh index a5aae51c6b..8f32bc7da8 100755 --- a/e2e/main.sh +++ b/e2e/main.sh @@ -153,6 +153,8 @@ run_test() { konfig=$(microshift_get_konfig) trap 'rm -f "${konfig}"' RETURN + + chmod +x "${SCRIPT_DIR}/tests/${test}" test_start=$(date +%s) set +e