From 460f28ff83e923fddf709c258ec4c9b310eb4542 Mon Sep 17 00:00:00 2001 From: Chase Qi Date: Fri, 24 Mar 2017 12:03:40 +0800 Subject: android: bionic-benchmarks: fix folder and file paths Change-Id: I7ef59cd3f97627fd4a7bf53d56452ae87909b3b2 Signed-off-by: Chase Qi --- automated/android/bionic-benchmarks/bionic-benchmarks.yaml | 2 +- automated/android/bionic-benchmarks/device-script.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'automated') 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 -- cgit v1.2.3