PT-572 Removed dbug info

This commit is contained in:
Carlos Salguero
2018-02-21 16:50:58 -03:00
parent ec25735ca4
commit 5ec398dbec
4 changed files with 14 additions and 21 deletions

View File

@@ -77,7 +77,6 @@ eval {
chomp(my $v = `$trunk/sandbox/test-env version 2>/dev/null`);
$sandbox_version = $v if $v;
};
our $number=0;
our $can_load_data = can_load_data();
@@ -577,7 +576,6 @@ sub no_diff {
`cat $expected_output | sed $sed_args > /tmp/pt-test-outfile-trf`;
$expected_output = "/tmp/pt-test-outfile-trf";
}
$number++;
# Determine cmd type and run it.
if ( ref $cmd eq 'CODE' ) {
output($cmd, file => $tmp_file);