From 52f84adde3db9505df37378c1604e05e65410dbe Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Thu, 12 Sep 2019 11:10:16 +0300 Subject: [PATCH] Enable fedora-30/tar test scenario Related to https://github.com/cockpit-project/cockpit/pull/12768 --- test/run | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/run b/test/run index 4c0556b7..48161ca8 100755 --- a/test/run +++ b/test/run @@ -9,6 +9,8 @@ if [ -n "$TEST_SCENARIO" ]; then test/check-cli TestLiveIso elif [ "$TEST_SCENARIO" == "qcow2" ]; then test/check-cli TestQcow2 + elif [ "$TEST_SCENARIO" == "tar" ]; then + test/check-cli TestTar else test/check-cloud TestCloud.test_$TEST_SCENARIO fi