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

Commit

Permalink
Small cleanups to instrumentation test run.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisJEllis committed Dec 13, 2016
1 parent 5284f73 commit 27f55a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/instrumentation/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# /bin/sh
# /bin/bash
version=`node -v`
versionMinusV=`echo $version | cut -c 2-`
nodeRoot="node-$versionMinusV"
Expand All @@ -8,4 +8,4 @@ if [ ! -d $nodeRoot ]; then
curl $url -o "$version.tar.gz"
tar -xf "$version.tar.gz"
fi
node "http.test.js" `pwd`/$nodeRoot
exec node http.test.js `pwd`/$nodeRoot

0 comments on commit 27f55a6

Please sign in to comment.