summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2017-03-24 12:03:40 +0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-03-27 13:12:53 +0000
commit460f28ff83e923fddf709c258ec4c9b310eb4542 (patch)
tree9353aae73e01ed652bc26c53693ba7c0d3fc796c
parentebce5ab5a68fd829cb2a545e006663a99c53b065 (diff)
android: bionic-benchmarks: fix folder and file paths
Change-Id: I7ef59cd3f97627fd4a7bf53d56452ae87909b3b2 Signed-off-by: Chase Qi <chase.qi@linaro.org>
-rw-r--r--automated/android/bionic-benchmarks/bionic-benchmarks.yaml2
-rwxr-xr-xautomated/android/bionic-benchmarks/device-script.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/automated/android/bionic-benchmarks/bionic-benchmarks.yaml b/automated/android/bionic-benchmarks/bionic-benchmarks.yaml
index ca98a2d..94bf56a 100644
--- a/automated/android/bionic-benchmarks/bionic-benchmarks.yaml
+++ b/automated/android/bionic-benchmarks/bionic-benchmarks.yaml
@@ -20,6 +20,6 @@ params:
run:
steps:
- - cd ./automated/linux/bionic-benchmarks/
+ - cd ./automated/android/bionic-benchmarks/
- ./bionic-benchmarks.sh -l "${LOOPS}"
- ../../utils/send-to-lava.sh ./output/result.txt
diff --git a/automated/android/bionic-benchmarks/device-script.sh b/automated/android/bionic-benchmarks/device-script.sh
index 5c64456..8366e9f 100755
--- a/automated/android/bionic-benchmarks/device-script.sh
+++ b/automated/android/bionic-benchmarks/device-script.sh
@@ -8,7 +8,7 @@ test_bionic_benchmark() {
if [ "X$tbb_arch" = "X32" ]; then
cmd="/data/benchmarktest/bionic-benchmarks/bionic-benchmarks32"
elif [ "X$tbb_arch" = "X64" ]; then
- cmd="/data/benchmarktest/bionic-benchmarks/bionic-benchmarks64"
+ cmd="/data/benchmarktest64/bionic-benchmarks/bionic-benchmarks64"
else
echo "The specified arch ($tbb_arch) is not supported!"
return