You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by gu...@apache.org on 2017/10/02 05:44:34 UTC

incubator-weex git commit: * [test] add danger message

Repository: incubator-weex
Updated Branches:
  refs/heads/master 5f16b33ce -> be52f693f


* [test]  add danger message


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

Branch: refs/heads/master
Commit: be52f693f36c8966b4033c5572da018d4b0d02be
Parents: 5f16b33
Author: gurisxie <27...@qq.com>
Authored: Mon Oct 2 13:44:28 2017 +0800
Committer: gurisxie <27...@qq.com>
Committed: Mon Oct 2 13:44:28 2017 +0800

----------------------------------------------------------------------
 dangerfile-android.js | 3 ++-
 dangerfile-ios.js     | 3 ++-
 dangerfile-jsfm.js    | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/be52f693/dangerfile-android.js
----------------------------------------------------------------------
diff --git a/dangerfile-android.js b/dangerfile-android.js
index 0e2bf8a..06986df 100644
--- a/dangerfile-android.js
+++ b/dangerfile-android.js
@@ -103,6 +103,7 @@ if(hasAndroidFile){
     fail("android platform run unit test failed!");
   }
 }else{
-  console.log('has no android file changed!');
+  console.log('has no android file changed.');
+  message('has no android file changed.')
 }
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/be52f693/dangerfile-ios.js
----------------------------------------------------------------------
diff --git a/dangerfile-ios.js b/dangerfile-ios.js
index eb48577..e0c61e1 100644
--- a/dangerfile-ios.js
+++ b/dangerfile-ios.js
@@ -102,6 +102,7 @@ if(hasIosFile){
     fail("ios platform run unit test failed!");
   }
 }else{
-  console.log('has no ios file changed!');
+  console.log('has no ios file changed.');
+  message('has no ios file changed.');
 }
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/be52f693/dangerfile-jsfm.js
----------------------------------------------------------------------
diff --git a/dangerfile-jsfm.js b/dangerfile-jsfm.js
index c9361c2..45a6a3c 100644
--- a/dangerfile-jsfm.js
+++ b/dangerfile-jsfm.js
@@ -100,6 +100,7 @@ if(hasJsfmFile){
     fail("jsfm run test failed!");
   }
 }else{
-  console.log('has no jsfm file changed!');
+  console.log('has no jsfm file changed.');
+  message('has no jsfm file changed.');
 }