aboutsummaryrefslogtreecommitdiff
path: root/benchmarks-script/linpack/run.sh
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2013-02-26 14:39:32 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2013-02-26 14:39:32 +0530
commit1c327c9f258be067de14adeab096172239192ca2 (patch)
treec8a6adea948b96bd8920c9abbb17a3cdb821f44c /benchmarks-script/linpack/run.sh
parenta26d0c340628136ec474d568ab0adeb03e2a9f3b (diff)
benchmark-scripts: Handle multiple devices connectedHEADmaster
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'benchmarks-script/linpack/run.sh')
-rwxr-xr-xbenchmarks-script/linpack/run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks-script/linpack/run.sh b/benchmarks-script/linpack/run.sh
index 0d71c73..7385117 100755
--- a/benchmarks-script/linpack/run.sh
+++ b/benchmarks-script/linpack/run.sh
@@ -5,6 +5,7 @@ activity="com.greenecomputing.linpack/.Linpack"
apk_file_name="com.greenecomputing.linpack-1.apk"
test_method="testLinpack"
apk_package="com.greenecomputing.linpack"
+export DEV_ID=$1
#following should no need to modify
parent_dir=`dirname ${0}`