mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
Agh, that kde_doublek_workaround needs to be KDE-only
Note to self: do not commit "one simple fix" at midnight then go to bed Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
87b572e535
commit
5c2b2e6c29
@ -142,7 +142,7 @@ sub run {
|
|||||||
# The following routine uses different approaches on different
|
# The following routine uses different approaches on different
|
||||||
# desktops.
|
# desktops.
|
||||||
connect_localhost("connect");
|
connect_localhost("connect");
|
||||||
kde_doublek_workaround;
|
kde_doublek_workaround if ($desktop eq "kde");
|
||||||
# Check that the password has been stored.
|
# Check that the password has been stored.
|
||||||
check_stored();
|
check_stored();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user