Skip to content

Commit

Permalink
Merge pull request #15311 from michaelgrifalconi/shutdown-timers2
Browse files Browse the repository at this point in the history
Use systemctl helper instead of script_run
  • Loading branch information
mloviska committed Aug 2, 2022
2 parents 98df176 + b86c220 commit 75ee4af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/shutdown/shutdown.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ use power_action_utils 'power_action';
use utils;

sub run {
my $self = shift;
select_console('root-console');
systemctl 'list-timers --all';
power_action('poweroff');
}

Expand Down

0 comments on commit 75ee4af

Please sign in to comment.