mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 01:33:14 +00:00
Add --test-matching to replace testing via STDIN/ARGV.
This commit is contained in:
@@ -29,7 +29,7 @@ my $out = "/tmp/mk-kill-test.txt";
|
||||
# #############################################################################
|
||||
diag(`rm $out 2>/dev/null`);
|
||||
|
||||
$output = `$cmd $trunk/t/lib/samples/pl/recset001.txt --match-command Query --execute-command 'echo hello > $out'`;
|
||||
$output = `$cmd --test-matching $trunk/t/lib/samples/pl/recset001.txt --match-command Query --execute-command 'echo hello > $out'`;
|
||||
is(
|
||||
$output,
|
||||
'',
|
||||
|
Reference in New Issue
Block a user