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/10 05:59:02 UTC

[05/14] incubator-weex git commit: * [test] update

* [test] update


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

Branch: refs/heads/0.16-dev
Commit: 77678207df55a6b0dd51088fb1ee04fae2c983f9
Parents: ee0bc56
Author: gurisxie <27...@qq.com>
Authored: Wed Aug 9 15:52:22 2017 +0800
Committer: gurisxie <27...@qq.com>
Committed: Wed Aug 9 15:52:22 2017 +0800

----------------------------------------------------------------------
 test/run.sh   | 2 +-
 test/serve.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/77678207/test/run.sh
----------------------------------------------------------------------
diff --git a/test/run.sh b/test/run.sh
index 8284fad..b2d5018 100755
--- a/test/run.sh
+++ b/test/run.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -eu
+#!/usr/bin/env bash
 set -e
 port="${serport:-12581}"
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/77678207/test/serve.sh
----------------------------------------------------------------------
diff --git a/test/serve.sh b/test/serve.sh
index a5485e2..daad611 100755
--- a/test/serve.sh
+++ b/test/serve.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -eu
+#!/usr/bin/env bash
 npm run build:vue
 npm run build:ci &
 port="${serport:-12581}"