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

Commit ed646d5

Browse files
committed
Remove node archive after extracting
1 parent a717f49 commit ed646d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/instrumentation/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ if [ ! -d $nodeRoot ]; then
77
url="https://codeload.github.com/nodejs/node/tar.gz/$version"
88
curl $url -o "$version.tar.gz"
99
tar -xf "$version.tar.gz"
10+
rm "$version.tar.gz"
1011
fi
1112
exec node http.test.js `pwd`/$nodeRoot

0 commit comments

Comments
 (0)