Make t/pt-upgrade/skip_non_select.t stop the server that it starts

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-06-04 12:16:25 -03:00
parent a3302dde93
commit cf6d62a21c

View File

@@ -52,5 +52,6 @@ ok(
# #############################################################################
$sb->wipe_clean($dbh1);
$sb->wipe_clean($dbh2);
diag(`$trunk/sandbox/stop-sandbox master 12348 >/dev/null`);
ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox");
exit;