removed couple of debugging leftovers

This commit is contained in:
frank-cizmich
2016-01-12 18:07:49 -03:00
parent 0aef2ab6f5
commit 8f8dc35075
2 changed files with 0 additions and 2 deletions

View File

@@ -72,7 +72,6 @@ ok(
sub { pt_table_checksum::main(@args) },
"$sample/default-results-$sandbox_version.txt",
post_pipe => 'awk \'{print $2 " " $3 " " $4 " " $6 " " $8}\'',
keep_output => 1,
),
"Default checksum"
);

View File

@@ -73,7 +73,6 @@ system("$trunk/util/wait-to-exec '$scripts/wait-for-chunk.sh 12345 sakila city 1
$output = output(
sub { pt_table_checksum::main(@args, qw(-d sakila)); },
stderr => 1,
keep_output => 1,
);
like(