Skip to content

Commit

Permalink
Fix documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjust committed Nov 2, 2024
1 parent 17d7971 commit 93b82c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions framework/test/jobs_coverage.pl
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
=head1 NAME
jobs_mutation.pl -- output a list of invocations of the test_mutation_cmd.sh script, one line per bug.
jobs_coverage.pl -- output a list of invocations of the test_coverage_cmd.sh script, one line per bug.
=head1 SYNOPSIS
jobs_mutation.pl | shuf | parallel -j20 --progress
jobs_coverage.pl | shuf | parallel -j20 --progress
=head1 DESCRIPTION
Determines all active bugs and outputs a list of invocations of the
test_mutation_cmd.sh script -- one line per bug. The output list of
test_coverage_cmd.sh script -- one line per bug. The output list of
jobs can be processed in parallel, e.g., using GNU parallel.
=cut
Expand Down

0 comments on commit 93b82c9

Please sign in to comment.