summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-11 12:50:24 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-11 12:50:24 -0700
commitd77f3a9ef03bddf93b05808a9dfe07491e148f51 (patch)
tree3ff42ec65053b22063f2048c6bc0b03968b33272 /index.php
parentae2fb806c7bebacc295cc3a3fe4cb78dd72c86b6 (diff)
add a missing 'break' after running tests which caused tests not to
run.
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
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";