aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2015-02-06 14:54:28 +0800
committerChase Qi <chase.qi@linaro.org>2015-02-06 14:54:28 +0800
commit941af2fbf12eeb75ec7a7dfee8f05bb8e09f0a1b (patch)
tree75a419fcfb994659ffc32a2901bbb02fbe402462 /android
parentd19781120f333e19514fafe66466981389e93b09 (diff)
android/gtest: fix permission issue with new build.
Diffstat (limited to 'android')
-rw-r--r--android/gtest.yaml3
-rwxr-xr-xandroid/scripts/gtest.sh6
2 files changed, 5 insertions, 4 deletions
diff --git a/android/gtest.yaml b/android/gtest.yaml
index 89acd9a..e32ec58 100644
--- a/android/gtest.yaml
+++ b/android/gtest.yaml
@@ -3,8 +3,8 @@ metadata:
format: "Lava-Test-Shell Test Definition 1.0"
description: "Run gtest based tests on Android"
maintainer:
- - milosz.wasilewski@linaro.org
- chase.qi@linaro.org
+ - milosz.wasilewski@linaro.org
os:
- android
scope:
@@ -23,4 +23,5 @@ params:
run:
steps:
+ - su
- ./android/scripts/gtest.sh "$TESTS"
diff --git a/android/scripts/gtest.sh b/android/scripts/gtest.sh
index a146fdf..159aeb0 100755
--- a/android/scripts/gtest.sh
+++ b/android/scripts/gtest.sh
@@ -18,8 +18,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
-# Author: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-# Chase Qi <chase.qi@linaro.org>
+# Author: Chase Qi <chase.qi@linaro.org>
+# Milosz Wasilewski <milosz.wasilewski@linaro.org>
#
TESTS=$1
@@ -27,7 +27,7 @@ ScriptDIR=`pwd`
FilesDIR="/data/data/org.linaro.gparser/files"
# Download and install gparser.apk
-wget http://people.linaro.org/~chase.qi/apks/gparser.apk
+wget http://testdata.validation.linaro.org/tools/gparser.apk
chmod -R 777 $ScriptDIR
pm install "$ScriptDIR/gparser.apk"
mkdir $FilesDIR