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/12 16:07:07 UTC

[50/50] [abbrv] 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/9c9f3286
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/9c9f3286
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/9c9f3286

Branch: refs/heads/travis-grpc
Commit: 9c9f328698a38ef898b78167bae12d5b2a5a5f3f
Parents: cc39255
Author: Zuyu Zhang <zu...@twitter.com>
Authored: Fri Aug 12 09:05:37 2016 -0700
Committer: Zuyu Zhang <zu...@twitter.com>
Committed: Fri Aug 12 09:05:37 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/9c9f3286/.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