Skip to content

Commit

Permalink
bin/geninfo - fix: ingnorable_warning -> ignorable_warning (linux-tes…
Browse files Browse the repository at this point in the history
…t-project#244)

Signed-off-by: ayaye <[email protected]>
  • Loading branch information
ayaye authored Oct 31, 2023
1 parent fcf07ae commit 9688019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/geninfo
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,8 @@ parse_cov_filters(@opt_filter);

# Make sure test names only contain valid characters
if ($test_name =~ s/\W/_/g) {
lcovutil::ingnorable_warning($lcovutil::ERROR_FORMAT,
"invalid characters removed from testname");
lcovutil::ignorable_warning($lcovutil::ERROR_FORMAT,
"invalid characters removed from testname");
}

# Adjust test name to include uname output if requested
Expand Down

0 comments on commit 9688019

Please sign in to comment.