Skip to content

Commit

Permalink
tools: update test-npm.sh paths
Browse files Browse the repository at this point in the history
PR-URL: #12936
Reviewed-By: Anna Henningsen <[email protected]>
  • Loading branch information
zkat authored and jasnell committed May 28, 2017
1 parent 50af2b9 commit e03a929
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/test-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ export PATH="$(../$NODE -p 'require("path").resolve("..")'):$PATH"
unset NODE

# make sure the binaries from the non-dev-deps are available
node cli.js rebuild
node bin/npm-cli.js rebuild
# install npm devDependencies and run npm's tests
node cli.js install --ignore-scripts
node bin/npm-cli.js install --ignore-scripts --no-save
# run the tests
node cli.js run-script test-node
node bin/npm-cli.js run-script test-node

# clean up everything one single shot
cd .. && rm -rf test-npm

0 comments on commit e03a929

Please sign in to comment.