fix the magical data integrity test at the bottom of t/pt-slave-delay/auto_restart.t

This commit is contained in:
Baron Schwartz
2012-06-05 05:38:49 -04:00
parent c4a8a67204
commit cbcab879c5

View File

@@ -107,5 +107,5 @@ waitpid ($pid, 0);
# Done.
# #############################################################################
$sb->wipe_clean($master_dbh);
is($sb->verify_test_data_integrity(), '', "Sandbox dataset undefiled");
ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox");
exit;