Created
October 4, 2010 14:26
-
-
Save marcusramberg/609767 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
t/bryggws.t .. | |
1..3 | |
usage: t/bryggws.t COMMAND [OPTIONS] | |
Tip: CGI, FastCGI and PSGI environments can be automatically detected very | |
often and work without commands. | |
These commands are currently available: | |
generate Generate files and directories from templates. | |
inflate Inflate embedded files to real files. | |
routes Show available routes. | |
cgi Start application with CGI. | |
daemon Start application with HTTP 1.1 and WebSocket server. | |
daemon_prefork Start application with preforking HTTP 1.1 backend. | |
fastcgi Start application with FastCGI. | |
get Get file from URL. | |
psgi Start application with PSGI. | |
test Run unit tests. | |
version Show versions of installed modules. | |
These options are available for all commands: | |
--home <path> Path to your applications home directory, defaults to | |
the value of MOJO_HOME or auto detection. | |
--mode <name> Run mode of your application, defaults to the value of | |
MOJO_MODE or development. | |
See 't/bryggws.t help COMMAND' for more information on a specific command. | |
not ok 1 - post / | |
ok 2 - get / | |
ok 3 - 404 Not Found | |
Dubious, test returned 1 (wstat 256, 0x100) | |
Failed 1/3 subtests | |
Test Summary Report | |
------------------- | |
t/bryggws.t (Wstat: 256 Tests: 3 Failed: 1) | |
Failed test: 1 | |
Non-zero exit status: 1 | |
Files=1, Tests=3, 5 wallclock secs ( 0.02 usr 0.00 sys + 0.32 cusr 0.04 csys = 0.38 CPU) | |
Result: FAIL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment