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

Commit

Permalink
Remove node archive after extracting
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Aug 30, 2017
1 parent 9b30d4c commit 5cb529a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/instrumentation/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ if [ ! -d $nodeRoot ]; then
url="https://codeload.github.com/nodejs/node/tar.gz/$version"
curl $url -o "$version.tar.gz"
tar -xf "$version.tar.gz"
rm "$version.tar.gz"
fi
exec node http.test.js `pwd`/$nodeRoot

0 comments on commit 5cb529a

Please sign in to comment.