summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2016-08-24 23:13:21 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2016-08-24 23:13:21 +0800
commitcf2518f89e64fa8603a2b5cc1e9d0f6cf48e29e1 (patch)
treec1a32dd4676b6d682720275ce285810d9df6d20a
parent212cf23cc9dc7c38d1a45855b1eb87c0d82829d2 (diff)
vellamo3: add result json file into rawdata.zip
all scores are collected from this file, and it's better to have this in the rawdata.zip Change-Id: I5d15271830475a9e39d8c457f71898e5cd28d740 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rwxr-xr-xvellamo3/execute.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/vellamo3/execute.sh b/vellamo3/execute.sh
index 640ba0a..119c625 100755
--- a/vellamo3/execute.sh
+++ b/vellamo3/execute.sh
@@ -6,9 +6,13 @@ activity="com.quicinc.vellamo/.main.MainActivity"
apk_file_name="com.quicinc.vellamo-3.apk"
test_method="python vc.py"
apk_package="com.quicinc.vellamo"
-
# following should no need to modify
parent_dir=`dirname ${0}`
source "${parent_dir}/../common/common.sh"
timeout=30m
+
+function func_post_uninstall_vellamo(){
+ mv chapterscores.json ${D_RAWDATA}/chapterscores_${loop_count}.json
+}
+post_uninstall="func_post_uninstall_vellamo"
main "$@"