Created
January 10, 2011 04:49
-
-
Save Getty/772374 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
| torsten@pikachu:~/.cpan/build/Git-Wrapper-0.014-6oMCp_$ prove -lwv t/basic.t | |
| t/basic.t .. | |
| ok 1 | |
| ok 2 | |
| error: unknown option `porcelain' | |
| usage: git-status [options] [--] <filepattern>... | |
| -q, --quiet be quiet | |
| -v, --verbose be verbose | |
| Commit message options | |
| -F, --file <FILE> read log from file | |
| --author <AUTHOR> override author for commit | |
| -m, --message <MESSAGE> | |
| specify commit message | |
| -c, --reedit-message <COMMIT> | |
| reuse and edit message from specified commit | |
| -C, --reuse-message <COMMIT> | |
| reuse message from specified commit | |
| -s, --signoff add Signed-off-by: | |
| -t, --template <FILE> | |
| use specified template file | |
| -e, --edit force edit of commit | |
| Commit contents options | |
| -a, --all commit all changed files | |
| -i, --include add specified files to index for commit | |
| --interactive interactively add files | |
| -o, --only commit only specified files | |
| -n, --no-verify bypass pre-commit hook | |
| --amend amend previous commit | |
| -u, --untracked-files | |
| show all untracked files | |
| --allow-empty ok to record an empty change | |
| --cleanup <default> how to strip spaces and #comments from message | |
| # Tests were run but no plan was declared and done_testing() was not seen. | |
| Dubious, test returned 129 (wstat 33024, 0x8100) | |
| All 2 subtests passed | |
| Test Summary Report | |
| ------------------- | |
| t/basic.t (Wstat: 33024 Tests: 2 Failed: 0) | |
| Non-zero exit status: 129 | |
| Parse errors: No plan found in TAP output | |
| Files=1, Tests=2, 0 wallclock secs ( 0.09 usr 0.01 sys + 0.26 cusr 0.07 csys = 0.43 CPU) | |
| Result: FAIL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment