From d77f3a9ef03bddf93b05808a9dfe07491e148f51 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 11 Jun 2009 12:50:24 -0700 Subject: add a missing 'break' after running tests which caused tests not to run. --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index b2170fb1..50c08886 100644 --- a/index.php +++ b/index.php @@ -62,6 +62,7 @@ if (PHP_SAPI == "cli") { @mkdir("test/var/logs", 0777, true); define("VARPATH", realpath("test/var") . "/"); @copy("var/database.php", VARPATH . "database.php"); + break; default: print "Usage: php index.php { upgrade | package | test }\n"; -- cgit v1.2.3