You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2014/06/19 02:57:07 UTC

git commit: Updated reviewbot to only build and test once.

Repository: mesos
Updated Branches:
  refs/heads/master ef2106e6d -> 6c385a9da


Updated reviewbot to only build and test once.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6c385a9d
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6c385a9d
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/6c385a9d

Branch: refs/heads/master
Commit: 6c385a9da030bed47a38cc27cfd6059e39a46f7e
Parents: ef2106e
Author: Vinod Kone <vi...@twitter.com>
Authored: Wed Jun 18 17:56:26 2014 -0700
Committer: Vinod Kone <vi...@twitter.com>
Committed: Wed Jun 18 17:56:26 2014 -0700

----------------------------------------------------------------------
 support/verify-reviews.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/6c385a9d/support/verify-reviews.py
----------------------------------------------------------------------
diff --git a/support/verify-reviews.py b/support/verify-reviews.py
index c21c8d8..9408747 100755
--- a/support/verify-reviews.py
+++ b/support/verify-reviews.py
@@ -115,10 +115,9 @@ def verify_review(review_request):
         # Make sure build succeeds.
         shell("./bootstrap")
         shell("./configure")
-        shell("make -j3 distcheck GTEST_FILTER='' >/dev/null")
 
 	# Make sure tests pass.
-        shell("make check")
+        shell("make -j3 distcheck")
 
         # Success!
         post_review(