Skip to content

Commit

Permalink
[dist] stop the noise from 0060-check_required_services.ts
Browse files Browse the repository at this point in the history
removed print statement which causes lots of noise in test logging.
  • Loading branch information
M0ses committed Jul 26, 2021
1 parent a25ba15 commit 1863d22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/t/0060-check_required_services.ts
Expand Up @@ -62,7 +62,6 @@ while ($max_wait > 0) {
foreach my $srv (@active_daemons) {
my @state=`systemctl is-active $srv 2>/dev/null`;
chomp($state[0]);
print "$srv $state[0]\n";
if ( $state[0] eq 'active') {
$srv_state{$srv} = $state[0];
} elsif ( $state[0] eq 'failed') {
Expand Down

0 comments on commit 1863d22

Please sign in to comment.