From d8816eef248921b86aedf40000add36cf7f7d506 Mon Sep 17 00:00:00 2001 From: Mario Cattamo Date: Wed, 24 Apr 2024 15:57:23 +0200 Subject: [PATCH] test: update test script 2 --- tmt/tests/test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tmt/tests/test.sh b/tmt/tests/test.sh index 44b19ce..fbf202e 100755 --- a/tmt/tests/test.sh +++ b/tmt/tests/test.sh @@ -4,7 +4,9 @@ set -exuo pipefail cd ../../ || exit 1 function run_tests() { - if [ "$TEST_CASE" = "edge-commit" ] || [ "$TEST_CASE" = "iot-commit" ]; then + if [ "$TEST_CASE" = "edge-commit" ]; then + ./ostree.sh + elif [ "$TEST_CASE" = "iot-commit" ]; then ./ostree.sh elif [ "$TEST_CASE" = "edge-installer" ]; then ./ostree-ng.sh