diff --git a/xt/dawg11-memory.t b/xt/dawg11-memory.t index 989a347..faa4616 100755 --- a/xt/dawg11-memory.t +++ b/xt/dawg11-memory.t @@ -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; }