Skip to content

Commit 4c4ec51

Browse files
Merge branch 'mysql-5.6-cluster-7.3' into mysql-5.6-cluster-7.4
2 parents 0cff9e0 + 5ea9727 commit 4c4ec51

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

mysql-test/suite/ndb/include/run_ndbapitest.inc

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,9 @@ if ($ENV{'MYSQL_TMP_DIR'})
3333
my $cmd = $test_bin;
3434
$cmd .= " $args" if $args;
3535
my $res = exec_print_on_error($cmd, $max_lines);
36-
if ($res)
36+
if (!$res)
3737
{
38-
# Test program suceeded
39-
print $F "exit;\n";
40-
exit(0);
41-
}
42-
else
43-
{
44-
print $F "die Test program failed!;\n";
38+
# Test program failed
4539
}
4640
$F->close();
4741

0 commit comments

Comments
 (0)