From: Azat Khuzhin Date: Tue, 5 May 2020 11:20:09 +0000 (+0300) Subject: Pass --quiet to the event_rcpgen.py (autotools already does this) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a465268b29c57958e55dceda77ad8322e247454;p=libevent Pass --quiet to the event_rcpgen.py (autotools already does this) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f452c76..fd6595a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1111,7 +1111,7 @@ if (NOT EVENT__DISABLE_TESTS) DEPENDS event_rpcgen.py test/regress.rpc - COMMAND ${PYTHON_EXECUTABLE} ../event_rpcgen.py regress.rpc + COMMAND ${PYTHON_EXECUTABLE} ../event_rpcgen.py --quiet regress.rpc WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/test) list(APPEND SRC_REGRESS