You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/03/31 06:28:17 UTC

incubator-weex git commit: * [test] fix CI

Repository: incubator-weex
Updated Branches:
  refs/heads/0.12-dev d8c36f458 -> a1c51cef2


* [test] fix CI


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

Branch: refs/heads/0.12-dev
Commit: a1c51cef203ca954be13e42f43f26c61d4a636ba
Parents: d8c36f4
Author: sospartan <so...@apache.org>
Authored: Fri Mar 31 14:28:04 2017 +0800
Committer: sospartan <so...@apache.org>
Committed: Fri Mar 31 14:28:04 2017 +0800

----------------------------------------------------------------------
 test/ci-funcs.sh | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/a1c51cef/test/ci-funcs.sh
----------------------------------------------------------------------
diff --git a/test/ci-funcs.sh b/test/ci-funcs.sh
index 290be25..671f8dd 100644
--- a/test/ci-funcs.sh
+++ b/test/ci-funcs.sh
@@ -33,6 +33,7 @@ function waitForEmulator {
 }
 
 function setup_cpt {
+    set -eu
     target_android='android'
     target_ios='ios'
     target_danger='danger'
@@ -86,6 +87,7 @@ function printEnvInfo {
 }
 
 function test_cpt {
+    set -eu
     echo 'cilog:start test ......'
 
     target_android='android'