Skip to content

Commit

Permalink
test: update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
mcattamoredhat committed Apr 24, 2024
1 parent 92bfb5d commit 82397ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmt/tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -exuo pipefail
cd ../../ || exit 1

function run_tests() {
if [ "$TEST_CASE" = "edge-commit" ] | [ "$TEST_CASE" = "iot-commit" ]; then
if [ "$TEST_CASE" = "edge-commit" ] || [ "$TEST_CASE" = "iot-commit" ]; then
./ostree.sh
elif [ "$TEST_CASE" = "edge-installer" ]; then
./ostree-ng.sh
Expand Down

0 comments on commit 82397ec

Please sign in to comment.