Exclude fix for #1699099 from the workaround...
...so we can check it works. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
e744cea358
commit
d0d99946ce
@ -131,7 +131,7 @@ sub run {
|
|||||||
$self->root_console(timeout=>30);
|
$self->root_console(timeout=>30);
|
||||||
enable_abrt_and_quit();
|
enable_abrt_and_quit();
|
||||||
}
|
}
|
||||||
elsif ((get_var("DESKTOP") eq "gnome") && ($version eq "30" || $version eq "rawhide")) {
|
elsif ((get_var("DESKTOP") eq "gnome") && ($version eq "30" || $version eq "rawhide") && get_var("ADVISORY") ne "FEDORA-2019-ac2a21ff07") {
|
||||||
# FIXME workaround for
|
# FIXME workaround for
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1699099
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1699099
|
||||||
# remove when fixed
|
# remove when fixed
|
||||||
|
Loading…
Reference in New Issue
Block a user