diff --git a/templates.fif.json b/templates.fif.json index 1ddc2ec1..bf4193a6 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -1247,9 +1247,6 @@ "BOOTFROM": "c", "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2", "POSTINSTALL_PATH": "tests/applications/weather", -======= - "POSTINSTALL_PATH": "tests/applications/software", ->>>>>>> e0a281f8 (Create a test suite for Gnome Software.) "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%" } }, diff --git a/tests/applications/software/repositories.pm b/tests/applications/software/repositories.pm index 76d9ce7a..b095fc7c 100644 --- a/tests/applications/software/repositories.pm +++ b/tests/applications/software/repositories.pm @@ -89,7 +89,9 @@ sub run { my $version = "fedora"; if (get_var('VERSION') eq "Rawhide") { $version = "rawhide"; + diag("VERSION: $version"); } + script_run("dnf repolist"); unless (script_run("dnf repolist | grep $version-modular")) { die("The Modular repository is not switched off, but should be."); }