Skip to content

Commit

Permalink
Print progress in netlink.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Aug 29, 2024
1 parent e61be05 commit 512cf6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions netlink.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1183,8 +1183,10 @@ sub pingflood_finalize {
);

local $SIG{ALRM} = 'IGNORE';
my $i = 0;
TEST:
foreach my $t (@tests) {
printf("test %d/%d\n", ++$i, scalar @tests);
if (ref $t->{testcmd} eq 'CODE') {
$t->{testcmd}->();
next;
Expand Down

0 comments on commit 512cf6b

Please sign in to comment.