Created
July 10, 2012 10:44
-
-
Save DimitarChristoff/3082616 to your computer and use it in GitHub Desktop.
npm test fails due to exit code of buster-test
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
| > npm test | |
| > [email protected] test /Users/dchristoff/projects/Epitome | |
| > node_modules/.bin/buster-test | |
| Firefox 13.0.1, OS X 10.7 (Lion): ................................................................................ | |
| ... | |
| 9 test cases, 83 tests, 83 assertions, 0 failures, 0 errors, 0 timeouts | |
| Finished in 0.852s | |
| npm ERR! [email protected] test: `node_modules/.bin/buster-test` | |
| npm ERR! `sh "-c" "node_modules/.bin/buster-test"` failed with 1 | |
| npm ERR! | |
| npm ERR! Failed at the [email protected] test script. | |
| npm ERR! This is most likely a problem with the epitome package, | |
| npm ERR! not with npm itself. | |
| npm ERR! Tell the author that this fails on your system: | |
| npm ERR! node_modules/.bin/buster-test | |
| npm ERR! You can get their info via: | |
| npm ERR! npm owner ls epitome | |
| npm ERR! There is likely additional logging output above. | |
| npm ERR! | |
| npm ERR! System Darwin 11.0.0 | |
| npm ERR! command "node" "/usr/local/bin/npm" "test" | |
| npm ERR! cwd /Users/dchristoff/projects/Epitome | |
| npm ERR! node -v v0.6.16 | |
| npm ERR! npm -v 1.1.19 | |
| npm ERR! code ELIFECYCLE | |
| npm ERR! message [email protected] test: `node_modules/.bin/buster-test` | |
| npm ERR! message `sh "-c" "node_modules/.bin/buster-test"` failed with 1 | |
| npm ERR! errno {} | |
| npm ERR! | |
| npm ERR! Additional logging details can be found in: | |
| npm ERR! /Users/dchristoff/projects/Epitome/npm-debug.log | |
| npm not ok |
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
| info it worked if it ends with ok | |
| verbose cli [ 'node', '/usr/local/bin/npm', 'test' ] | |
| info using [email protected] | |
| info using [email protected] | |
| verbose config file /Users/dchristoff/.npmrc | |
| verbose config file /usr/local/etc/npmrc | |
| verbose config file /usr/local/lib/node_modules/npm/npmrc | |
| verbose caching /Users/dchristoff/projects/Epitome/package.json | |
| verbose loadDefaults [email protected] | |
| verbose run-script [ 'pretest', 'test', 'posttest' ] | |
| info pretest [email protected] | |
| info test [email protected] | |
| verbose unsafe-perm in lifecycle true | |
| silly exec sh "-c" "node_modules/.bin/buster-test" | |
| silly spawning [ 'sh', | |
| silly spawning [ '-c', 'node_modules/.bin/buster-test' ], | |
| silly spawning '/Users/dchristoff/projects/Epitome' ] | |
| info [email protected] Failed to exec test script | |
| ERR! [email protected] test: `node_modules/.bin/buster-test` | |
| ERR! `sh "-c" "node_modules/.bin/buster-test"` failed with 1 | |
| ERR! | |
| ERR! Failed at the [email protected] test script. | |
| ERR! This is most likely a problem with the epitome package, | |
| ERR! not with npm itself. | |
| ERR! Tell the author that this fails on your system: | |
| ERR! node_modules/.bin/buster-test | |
| ERR! You can get their info via: | |
| ERR! npm owner ls epitome | |
| ERR! There is likely additional logging output above. | |
| ERR! | |
| ERR! System Darwin 11.0.0 | |
| ERR! command "node" "/usr/local/bin/npm" "test" | |
| ERR! cwd /Users/dchristoff/projects/Epitome | |
| ERR! node -v v0.6.16 | |
| ERR! npm -v 1.1.19 | |
| ERR! code ELIFECYCLE | |
| ERR! message [email protected] test: `node_modules/.bin/buster-test` | |
| ERR! message `sh "-c" "node_modules/.bin/buster-test"` failed with 1 | |
| ERR! errno {} | |
| verbose exit [ 1, true ] |
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
| #!/bin/bash | |
| ./node_modules/.bin/buster-test | |
| echo "Exit status" $? | |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when test.sh runs, the output is just: