Repository: incubator-weex
Updated Branches:
  refs/heads/0.16-dev aeb601eb8 -> 6e642b68c


* [test] add jacobo test else assemble


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/77f01415
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/77f01415
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/77f01415

Branch: refs/heads/0.16-dev
Commit: 77f014155f0d8dea6c19aa12a494d7cfc2ee6527
Parents: 56195cb
Author: atomtong <tong_huab...@qq.com>
Authored: Thu Sep 7 17:41:27 2017 +0800
Committer: atomtong <tong_huab...@qq.com>
Committed: Thu Sep 7 17:41:27 2017 +0800

----------------------------------------------------------------------
 test/run.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/77f01415/test/run.sh
----------------------------------------------------------------------
diff --git a/test/run.sh b/test/run.sh
index 27073e7..f1fe1d1 100755
--- a/test/run.sh
+++ b/test/run.sh
@@ -25,9 +25,9 @@ function buildAndroid {
     echo "needCoverage value:$needCoverage"
     $codeCoverageCmd
     echo $codeCoverageCmd
+    else 
+        ./gradlew clean assembleDebug
     fi
-    ./gradlew clean assembleDebug
-
     cd $current_dir;
     pwd
 }

Reply via email to