summaryrefslogtreecommitdiff
path: root/run-host.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2014-04-27 14:37:49 +1200
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2014-04-27 14:37:49 +1200
commit5a1215989b2a48ec87b273a43f0bd0a54275df86 (patch)
tree34a0e3fb100eecf96ae2d5dafea3353668a14d86 /run-host.sh
parentf33485de20ca81bd3d771873f4a2f66568ce1057 (diff)
Fixes to nc use.
Diffstat (limited to 'run-host.sh')
-rwxr-xr-xrun-host.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/run-host.sh b/run-host.sh
index 808318f..94dc88b 100755
--- a/run-host.sh
+++ b/run-host.sh
@@ -18,7 +18,7 @@ echo "GCC Version!"
/root/toolchain/bin/arm-linux-gnueabihf-gcc -v
cd ~
echo "Fetching Benchmark Binaries!"
-wget $5
+wget -q $5
echo "Fetching Benchmark Scripts!"
git clone $3 scripts
mkdir -p /tmp/spec
@@ -83,9 +83,7 @@ lava-test-case spec2xxx-run --shell ./spec2xxx-run
echo "Running SPEC2 Results"
mkdir -p result
lava-test-case spec2xxx-result --shell ./spec2xxx-result ./result
-export FILES=$(pwd)/result/*
-for file in $FILES
-do
+for file in ./result/*; do
cat $file
done
lava-sync done