Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Add node-x.x.x dirs in instrumentation tests to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisJEllis committed Dec 8, 2016
1 parent 941ea37 commit 5e04a30
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ npm-debug.log

working/
coverage/
test/instrumentation/node-*
File renamed without changes.
2 changes: 1 addition & 1 deletion test/instrumentation/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ if [ ! -d $nodeRoot ]; then
curl $url -o "$version.tar.gz"
tar -xf "$version.tar.gz"
fi
node "node-http.test.js" `pwd`/$nodeRoot
node "http.test.js" `pwd`/$nodeRoot

0 comments on commit 5e04a30

Please sign in to comment.