From 1bae22eba8c50a59cc9823c90df9ed0e981e9b03 Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Thu, 22 Sep 2016 22:54:48 +0800 Subject: binder/bindertest.sh: update path for binderAddInts nougat has move it to /data/benchmarktest/binderAddInts/binderAddInts Change-Id: I2d5224486bce888cb8a386da8f6c02e3ba8fae48 Signed-off-by: Yongqin Liu --- binder/bindertest.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/binder/bindertest.sh b/binder/bindertest.sh index 4d58609..57cf917 100755 --- a/binder/bindertest.sh +++ b/binder/bindertest.sh @@ -11,12 +11,9 @@ # Linaro ############################################################################# -chmod 777 /data/nativebenchmark/binderAddInts -if [ -z "$1" ]; then - /data/nativebenchmark/binderAddInts -n 10 -else - /data/nativebenchmark/binderAddInts -n $1 -fi +f_binderAddInts="/data/benchmarktest/binderAddInts/binderAddInts" +chmod 777 ${f_binderAddInts} +${f_binderAddInts} if [ $? -eq 0 ]; then echo "[bindertest]: test passed" else -- cgit v1.2.3