Created
October 31, 2012 21:38
-
-
Save jchris/3990063 to your computer and use it in GitHub Desktop.
running make check inside the node repository checkout
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
ether 14:15:26 ~/couchbase-sdks/node(work) jchrisa | |
make check | |
(cd tests && ./runtests.sh 0*.js) | |
00-args.t.js .. OK | |
01-set.js .. OK | |
assert.js:3657: Uncaught AssertionError: JSON values should be converted back to objects | |
assert.js:3657: Uncaught AssertionError: Unicode characters should round trip. | |
timeout, assuming failure | |
02-get.js .. FAIL | |
03-multiget.js .. OK | |
04-delete.js .. OK | |
05-replace.js .. OK | |
06-add.js .. OK | |
07-exception-handling.js .. OK | |
08-views.js .. OK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment