Skip to content

Commit

Permalink
Cleanup unneeded code
Browse files Browse the repository at this point in the history
-save sceenshot is not needed in virtio console
-thunderbird cleanup is done line below
  • Loading branch information
dzedro committed May 29, 2020
1 parent 561db6b commit 98dfbc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/x11/evolution/evolution_prepare_servers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ sub run() {
zypper_call("--gpg-auto-import-keys ref");
zypper_call("in dovecot", exitcode => [0, 102, 103]);
zypper_call("rr dovecot_repo");
save_screenshot;
} else {
if (is_opensuse) {
# exim is installed by default in openSUSE, but we need postfix
Expand Down
1 change: 0 additions & 1 deletion tests/x11/thunderbird/thunderbird_imap.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ sub run {

mouse_hide(1);
# clean up and start thunderbird
script_run("rm -rf .thunderbir*");
x11_start_program("xterm -e \"killall -9 thunderbird; find ~ -name *thunderbird | xargs rm -rf;\"", valid => 0);
my $success = eval { x11_start_program("thunderbird", match_timeout => 300); 1 };
unless ($success) {
Expand Down

0 comments on commit 98dfbc9

Please sign in to comment.