diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-12 03:50:24 +0800 |
---|---|---|
committer | Marc Poulhiès <dkm@kataplop.net> | 2009-06-12 13:39:25 +0800 |
commit | 15adde714d667be984c2357cd0bf3fae5691ff5c (patch) | |
tree | ca268d8e184c1dd9b37b1283dca8325308f25e77 | |
parent | df538b6492914947d52284f3f7b00b7c5d6fffdf (diff) |
add a missing 'break' after running tests which caused tests not to
run.
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
-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"; |