diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-11 12:50:24 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-11 12:50:24 -0700 |
commit | d77f3a9ef03bddf93b05808a9dfe07491e148f51 (patch) | |
tree | 3ff42ec65053b22063f2048c6bc0b03968b33272 /index.php | |
parent | ae2fb806c7bebacc295cc3a3fe4cb78dd72c86b6 (diff) |
add a missing 'break' after running tests which caused tests not to
run.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"; |