summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun-host.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-host.sh b/run-host.sh
index 94dc88b..e986502 100755
--- a/run-host.sh
+++ b/run-host.sh
@@ -20,7 +20,7 @@ cd ~
echo "Fetching Benchmark Binaries!"
wget -q $5
echo "Fetching Benchmark Scripts!"
-git clone $3 scripts
+git clone -b test $3 scripts
mkdir -p /tmp/spec
echo "Generating RSA Keys!"
ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa