summaryrefslogtreecommitdiff
path: root/automated/android/bionic-benchmarks/device-script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/android/bionic-benchmarks/device-script.sh')
-rwxr-xr-xautomated/android/bionic-benchmarks/device-script.sh2
1 files changed, 1 insertions, 1 deletions
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