summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanjay Singh Rawat <sanjay.rawat@linaro.org>2014-08-06 12:14:01 +0530
committerSanjay Singh Rawat <sanjay.rawat@linaro.org>2014-08-06 12:18:12 +0530
commit45ce6fe8833f8722014caee460360228ef0e0699 (patch)
tree1145f05eafb569f4aa7f1283ad81dc70c4d9e38c
parentcf6bae74428c63ce039d518666577b7643e811ea (diff)
pmqa: for android change path to /system/bin
in android execute permission for binaries is removed, when they are moved to /data/benchmark dir, because of this limitation in the system moving pmqa to /system/bin path bug : https://bugs.linaro.org/show_bug.cgi?id=156 Change-Id: I5e02e3aede3dd66a6d9b58cfde386d1ab3631044 Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
-rwxr-xr-xcommon/scripts/pm-qa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/pm-qa.sh b/common/scripts/pm-qa.sh
index b9b07a4..2bec7ae 100755
--- a/common/scripts/pm-qa.sh
+++ b/common/scripts/pm-qa.sh
@@ -1,6 +1,6 @@
#!/system/bin/sh
-scripts_dir="/data/benchmark/pm-qa"
+scripts_dir="/system/bin/pm-qa"
test_func(){
if [ ! -d "${scripts_dir}" ]; then
echo "pm-qa=fail"