mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-09 10:33:08 +00:00
Restructure stuff a bit.
This commit is contained in:
parent
ed026cc235
commit
5e03c5aecd
@ -18,12 +18,9 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
unless (get_var("SUBVARIANT") eq "Silverblue") {
|
unless (get_var("SUBVARIANT") eq "Silverblue") {
|
||||||
# Sometimes, after rollback, Software crashes. If it
|
|
||||||
# happens, let's restart it.
|
|
||||||
unless (check_screen("apps_run_software")) {
|
|
||||||
restart_application("software");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
# Find the application.
|
||||||
|
find_application("mahjongg");
|
||||||
# Install the application.
|
# Install the application.
|
||||||
install_application("mahjongg", "rpm");
|
install_application("mahjongg", "rpm");
|
||||||
wait_still_screen(10);
|
wait_still_screen(10);
|
||||||
|
@ -24,8 +24,11 @@ sub run {
|
|||||||
restart_application("software");
|
restart_application("software");
|
||||||
}
|
}
|
||||||
# Perform all installations one after another.
|
# Perform all installations one after another.
|
||||||
|
find_application("mahjongg")
|
||||||
install_application("mahjongg", "rpm");
|
install_application("mahjongg", "rpm");
|
||||||
|
find_application("gvim");
|
||||||
install_application("gvim", "rpm");
|
install_application("gvim", "rpm");
|
||||||
|
find_application("emacs");
|
||||||
install_application("emacs", "rpm");
|
install_application("emacs", "rpm");
|
||||||
|
|
||||||
# Check that the installations have completed successfully.
|
# Check that the installations have completed successfully.
|
Loading…
Reference in New Issue
Block a user