提交 19ab464b 编写于 作者: L liaogang

Disable test_ProtoServer on Travis CI

上级 6cb78c6e
...@@ -10,9 +10,11 @@ add_test(NAME socket_test ...@@ -10,9 +10,11 @@ add_test(NAME socket_test
add_unittest_without_exec(test_ProtoServer add_unittest_without_exec(test_ProtoServer
test_ProtoServer.cpp) test_ProtoServer.cpp)
add_test(NAME test_ProtoServer IF(NOT ON_TRAVIS)
COMMAND ${PROJ_ROOT}/paddle/.set_port.sh -p port add_test(NAME test_ProtoServer
${CMAKE_CURRENT_BINARY_DIR}/test_ProtoServer) COMMAND ${PROJ_ROOT}/paddle/.set_port.sh -p port
${CMAKE_CURRENT_BINARY_DIR}/test_ProtoServer)
ENDIF(NOT ON_TRAVIS)
# TODO(yuyang18): Run test_ProtoServer when with rdma # TODO(yuyang18): Run test_ProtoServer when with rdma
# add_test(NAME test_ProtoServerRDMA # add_test(NAME test_ProtoServerRDMA
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册