From 94818cd1aa45b6a574d9bf9cbf189cc862732b6d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 14 Mar 2019 09:27:21 -0700 Subject: [PATCH] Remove DESKTOP key from apps_startstop test suite This should not be set here; it is set in the 'product' (i.e. the flavor), so it's set to 'gnome' for Workstation live flavor, 'kde' for KDE live flavor. Setting here overrides that and makes it always 'gnome', we don't want that. Signed-off-by: Adam Williamson --- templates | 1 - 1 file changed, 1 deletion(-) diff --git a/templates b/templates index a55588f0..77dbd406 100755 --- a/templates +++ b/templates @@ -5663,7 +5663,6 @@ { name => "apps_startstop", settings => [ - { key => "DESKTOP", value => "gnome"}, { key => "START_AFTER_TEST", value => "install_default_upload" }, { key => "BOOTFROM", value => "c" }, { key => "HDD_1", value => "disk_%FLAVOR%_%MACHINE%.qcow2" },