Skip to content

Commit

Permalink
Show results when running dawg11-memory.t in verbose mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
kasei committed May 31, 2024
1 parent 37e9eaf commit 680cc32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xt/dawg11-memory.t
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ sub BUILD {
$self->tests_dir($path);
}

my %args;
my %args = (use_idp_planner => 1);
while (defined(my $opt = shift)) {
if ($opt eq '-v') {
$args{debug}++;
$args{results}++;
} else {
$args{pattern} = $opt;
}
Expand Down

0 comments on commit 680cc32

Please sign in to comment.