This file contains 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
bauchelain% node test/run.js | |
# testing in /var/folders/bf/1f70gl7x2_g0s1dchcrw97xm0000gn/T/npm-test-72696 | |
# global prefix = /var/folders/bf/1f70gl7x2_g0s1dchcrw97xm0000gn/T/npm-test-72696/root | |
+node "/Users/ogd/Documents/projects/npm/npm/bin/npm-cli.js" install -ddd "/Users/ogd/Documents/projects/npm/npm" | |
$$$$$$ cd /var/folders/bf/1f70gl7x2_g0s1dchcrw97xm0000gn/T/npm-test-72696/root; PATH=/usr/local/bin:/var/folders/bf/1f70gl7x2_g0s1dchcrw97xm0000gn/T/npm-test-72696/root/bin:/var/folders/bf/1f70gl7x2_g0s1dchcrw97xm0000gn/T/npm-test-72696/root/node_modules/.bin:/Users/ogd/.rbenv/shims:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/ogd/bin:/Users/ogd/.cabal/bin /usr/local/bin/iojs "/Users/ogd/Documents/projects/npm/npm/bin/npm-cli.js" install -ddd "/Users/ogd/Documents/projects/npm/npm" | |
$$$$$$ after command /usr/local/bin/iojs "/Users/ogd/Documents/projects/npm/npm/bin/npm-cli.js" install -ddd "/Users/ogd/Documents/projects/npm/npm" /var/folders/bf/1f70gl7x2_g0s1dchcrw97xm0000gn/T/npm-test |
This file contains 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
bauchelain% n i -S ember-cli --node-gyp=pangyp | |
npm WARN package.json [email protected] No description | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] No README data | |
> [email protected] install /Users/ogd/Documents/projects/test-where-go-bins/node_modules/ember-cli/node_modules/testem/node_modules/socket.io/node_modules/engine.io/node_modules/ws | |
> (node-gyp rebuild 2> builderror.log) || (exit 0) | |
CXX(target) Release/obj.target/bufferutil/src/bufferutil.o | |
SOLINK_MODULE(target) Release/bufferutil.node |
This file contains 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
bauchelain% nave use 0.8 npm run test-all | |
Already installed: 0.8.28 | |
using 0.8.28 | |
> [email protected] test-all /Users/ogd/Documents/projects/npm/npm | |
> node ./test/run.js && tap test/tap/*.js | |
# testing in /var/folders/bf/1f70gl7x2_g0s1dchcrw97xm0000gn/T/npm-test-42858 | |
# global prefix = /var/folders/bf/1f70gl7x2_g0s1dchcrw97xm0000gn/T/npm-test-42858/root |
This file contains 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
var test = require("tape") | |
test("redis-url", function (t) { | |
t.plan(2); | |
var redis = require('..').createClient() | |
var redis2 = require('..').createClient('redis://localhost:6379') | |
redis.set('foo', 'bar'); | |
redis.get('foo', function(err, res) { |
This file contains 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
new albums from this run: | |
/Users/ogd/Downloads/flac2/Edit Select Gary Beck Mark Broom/[2010] Ploy She Dont Like the Collar | |
/Users/ogd/Downloads/flac2/glitterbug/[2010] Privilege | |
/Users/ogd/Downloads/flac2/Gary Beck Speedy J/[2011] Egoist EP | |
/Users/ogd/Downloads/flac2/Speedy J Gary Beck/[2011] Vaag | |
/Users/ogd/Downloads/flac2/Clouds/[2012] Consciousness EP | |
/Users/ogd/Downloads/flac2/Clouds/[2012] Tannhauser Acid Works I | |
/Users/ogd/Downloads/flac2/Gary Beck/[2012] Algoreal 12 inch mix Naptha | |
/Users/ogd/Downloads/flac2/Gary Beck/[2012] Bring A Friend |
This file contains 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
curl --resolve registry.npmjs.org:443:23.235.40.162 https://registry.npmjs.org/npm |
This file contains 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
diff --git a/test/editor.js b/test/editor.js | |
deleted file mode 100644 | |
index 8bb4440..0000000 | |
--- a/test/editor.js | |
+++ /dev/null | |
@@ -1,8 +0,0 @@ | |
-var fs = require("fs") | |
-if (fs.existsSync(process.argv[2])) { | |
- console.log("success") | |
-} else { |
This file contains 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
% node test/tap/update-index.js | |
TAP version 13 | |
# setup basic | |
ok 1 no error | |
# request basic | |
ok 2 no error | |
# cleanup basic | |
# setup auth | |
ok 3 no error | |
/Users/ogd/Documents/projects/npm/npm/node_modules/npm-registry-mock/node_modules/hock/lib/hock.js:385 |
This file contains 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
## SUMMARY | |
* request | |
* get | |
* adduser | |
* bugs | |
* deprecate | |
* fetch | |
* publish |
This file contains 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
underscore (52) | |
request (28) | |
mkdirp (23) | |
glob (21) | |
test-package-with-one-dep (20) | |
optimist (17) | |
express (15) | |
semver (14) | |
minimatch (13) | |
graceful-fs (13) |