Skip to content

Commit

Permalink
add test exception
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jul 27, 2023
1 parent 6007052 commit 666c17f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/100-cli-examples.t
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ for my $file (@files) {
next if $file eq 'examples/query2testobjects'; # there is an extra test for this
next if $file eq 'examples/config_tool_git_checkin'; # cannot be tested easily
next if $file eq 'examples/get_logs'; # cannot be tested easily
next if $file eq 'examples/worker_command_tester'; # cannot be tested easily
next unless -x $file;
check_example($file);
}
Expand Down

0 comments on commit 666c17f

Please sign in to comment.