You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by zu...@apache.org on 2016/08/14 07:04:20 UTC

[3/4] incubator-quickstep git commit: Only run the distributed execution related unit tests.

Only run the distributed execution related unit tests.


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

Branch: refs/heads/travis-grpc
Commit: d1e815465d18955a36d43ef0681587901fa9de89
Parents: b2d41d0
Author: Zuyu Zhang <zu...@twitter.com>
Authored: Fri Aug 12 09:05:37 2016 -0700
Committer: Zuyu Zhang <zu...@twitter.com>
Committed: Sun Aug 14 00:04:06 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/d1e81546/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 2650b6c..2e5e94e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,7 +73,7 @@ script:
   - ./validate_cmakelists.py
   - ./cyclic_dependency.py
   - (cd build && make -j$MAKE_JOBS)
-  - (cd build && ctest -E native_net_client_message_bus_unittest --output-on-failure -j$TEST_JOBS)
+  - (cd build && ctest -R distributed --output-on-failure -j$TEST_JOBS)
 
 after_failure:
   - df -h