mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-17 17:27:57 +00:00
removed leftover debugging code from Test.pm
This commit is contained in:
@@ -541,7 +541,7 @@ sub no_diff {
|
|||||||
`cat $expected_output | sed $sed_args > /tmp/pt-test-outfile-trf`;
|
`cat $expected_output | sed $sed_args > /tmp/pt-test-outfile-trf`;
|
||||||
$expected_output = "/tmp/pt-test-outfile-trf";
|
$expected_output = "/tmp/pt-test-outfile-trf";
|
||||||
}
|
}
|
||||||
die("entre");
|
|
||||||
# Determine cmd type and run it.
|
# Determine cmd type and run it.
|
||||||
if ( ref $cmd eq 'CODE' ) {
|
if ( ref $cmd eq 'CODE' ) {
|
||||||
output($cmd, file => $tmp_file);
|
output($cmd, file => $tmp_file);
|
||||||
|
Reference in New Issue
Block a user