Don't check sandbox if it's not up.

This commit is contained in:
Daniel Nichter
2012-08-08 14:12:24 -06:00
parent 7f0b962489
commit c755700068

View File

@@ -133,6 +133,6 @@ ok(
# #############################################################################
# Done.
# #############################################################################
ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox");
ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox") if $dbh;
done_testing;
exit;