From cbcab879c5a081b6e1a75e51805e2d64dde3c791 Mon Sep 17 00:00:00 2001 From: Baron Schwartz Date: Tue, 5 Jun 2012 05:38:49 -0400 Subject: [PATCH] fix the magical data integrity test at the bottom of t/pt-slave-delay/auto_restart.t --- t/pt-slave-delay/auto_restart.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/pt-slave-delay/auto_restart.t b/t/pt-slave-delay/auto_restart.t index df6b3e6c..d326da0e 100644 --- a/t/pt-slave-delay/auto_restart.t +++ b/t/pt-slave-delay/auto_restart.t @@ -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;