aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2015-02-09 11:55:00 +0800
committerChase Qi <chase.qi@linaro.org>2015-02-09 11:55:00 +0800
commit4e6077497241859999fda11a6cb9ab902817e5e2 (patch)
treea9d80208d84f99b99bf8c2c300d6c5e760f2087b
parent941af2fbf12eeb75ec7a7dfee8f05bb8e09f0a1b (diff)
android: gtest debug
-rw-r--r--android/gtest.yaml1
-rwxr-xr-xandroid/scripts/gtest.sh1
2 files changed, 1 insertions, 1 deletions
diff --git a/android/gtest.yaml b/android/gtest.yaml
index e32ec58..c4a40fe 100644
--- a/android/gtest.yaml
+++ b/android/gtest.yaml
@@ -23,5 +23,4 @@ params:
run:
steps:
- - su
- ./android/scripts/gtest.sh "$TESTS"
diff --git a/android/scripts/gtest.sh b/android/scripts/gtest.sh
index 159aeb0..029093f 100755
--- a/android/scripts/gtest.sh
+++ b/android/scripts/gtest.sh
@@ -30,6 +30,7 @@ FilesDIR="/data/data/org.linaro.gparser/files"
wget http://testdata.validation.linaro.org/tools/gparser.apk
chmod -R 777 $ScriptDIR
pm install "$ScriptDIR/gparser.apk"
+logcat |tail -n 30
mkdir $FilesDIR
for i in $TESTS; do