summaryrefslogtreecommitdiff
path: root/run-host.sh
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2014-04-21 09:16:40 -0700
committerTyler Baker <tyler.baker@linaro.org>2014-04-21 09:16:40 -0700
commit5863924294d750187258d629c3dac89a485bc0b9 (patch)
tree42bf835615c580af9e3554cf916044aca844f9a4 /run-host.sh
parent9b83a84cbe8cb3664440e8db0d3e9e4fe23b70a5 (diff)
set CONFIG variable
Diffstat (limited to 'run-host.sh')
-rwxr-xr-xrun-host.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/run-host.sh b/run-host.sh
index 5d37476..a431901 100755
--- a/run-host.sh
+++ b/run-host.sh
@@ -61,6 +61,11 @@ nc $TARGET 1337 > ~/.ssh/authorized_keys
cat ~/.ssh/authorized_keys
lava-sync target-key-exchange-done
cd ~/scripts
+export CONFIG=$4-linux-armv7l-gcc4-linaro
+echo "CONFIG is:"
+echo $CONFIG
+echo "Running SPEC2 Check!"
+lava-test-case spec2xxx-check --shell ./spec2xxx-check
echo "Running SPEC2 Install!"
lava-test-case spec2xxx-install --shell ./spec2xxx-install ~/SPEC2xxx.tar.xz
echo "Running SPEC2 Prepare!"