summaryrefslogtreecommitdiff
path: root/run-host.sh
diff options
context:
space:
mode:
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