More 5.7 tests fixed

This commit is contained in:
Carlos Salguero
2017-04-27 16:44:46 -03:00
parent a6c55737f5
commit fcd1cb173f
12 changed files with 92 additions and 71 deletions

View File

@@ -483,7 +483,6 @@ sub start_sandbox {
if ( $type eq 'master') {
my $out = `$env $trunk/sandbox/start-sandbox $type $port`;
warn "$env";
die $out if $CHILD_ERROR;
}
elsif ( $type eq 'slave' ) {