Skip to content

Commit

Permalink
Merge pull request #11 from mcattamoredhat/update-test-script
Browse files Browse the repository at this point in the history
test: update test script 2
  • Loading branch information
mcattamoredhat authored Apr 24, 2024
2 parents faaae0c + d8816ee commit cb9b4df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tmt/tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb9b4df

Please sign in to comment.