You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ac...@apache.org on 2017/08/15 12:40:49 UTC

incubator-weex git commit: * [test] update retry

Repository: incubator-weex
Updated Branches:
  refs/heads/0.16-dev 207415679 -> 3d2eb1263


* [test] update retry


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

Branch: refs/heads/0.16-dev
Commit: 3d2eb126311c59244abb3bc90c6d03b732302b36
Parents: 2074156
Author: gurisxie <27...@qq.com>
Authored: Tue Aug 15 18:11:42 2017 +0800
Committer: gurisxie <27...@qq.com>
Committed: Tue Aug 15 18:11:42 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/3d2eb126/test/run.sh
----------------------------------------------------------------------
diff --git a/test/run.sh b/test/run.sh
index 9926555..bc343a6 100755
--- a/test/run.sh
+++ b/test/run.sh
@@ -25,7 +25,7 @@ function runAndroid {
     buildAndroid
     startMacacaServer
     startWeexServer
-    platform=android ./node_modules/mocha/bin/mocha  $1 --reporter mocha-simple-html-reporter --reporter-options output=report.html -f '@ignore-android' -i --recursive --bail
+    platform=android ./node_modules/mocha/bin/mocha  $1 --reporter mocha-simple-html-reporter --reporter-options output=report.html -f '@ignore-android' -i --recursive --bail --verbose --retries 3
 }
 
 function buildiOS {
@@ -58,14 +58,14 @@ function runiOS {
     # ps -ef
     startMacacaServer
     startWeexServer
-    platform=ios ./node_modules/mocha/bin/mocha  $1 --reporter mocha-simple-html-reporter --reporter-options output=report.html -f '@ignore-ios' -i --recursive --bail --verbose
+    platform=ios ./node_modules/mocha/bin/mocha  $1 --reporter mocha-simple-html-reporter --reporter-options output=report.html -f '@ignore-ios' -i --recursive --bail --verbose --retries 3
 }
 
 function runWeb {
     echo 'run web'
     startMacacaServer
     startWeexServer
-    browser=chrome ./node_modules/mocha/bin/mocha  $1 --reporter mocha-simple-html-reporter --reporter-options output=report.html -f '@ignore-web' -i --recursive --bail
+    browser=chrome ./node_modules/mocha/bin/mocha  $1 --reporter mocha-simple-html-reporter --reporter-options output=report.html -f '@ignore-web' -i --recursive --bail --verbose --retries 3
 }
 
 function killserver {