mirror of
https://github.com/monero-project/monero.git
synced 2025-12-08 16:11:28 +09:00
Merge pull request #9921
90256c8 error out if functional tests are disabled (Crypto City)
This commit is contained in:
commit
6dc7b1f8fb
@ -78,4 +78,7 @@ if (REQUESTS_OUTPUT STREQUAL "OK")
|
||||
else()
|
||||
message(WARNING "functional_tests_rpc and check_missing_rpc_methods skipped, needs the 'requests', 'psutil', 'monotonic', 'zmq', and 'deepdiff' python modules")
|
||||
set(CTEST_CUSTOM_TESTS_IGNORE ${CTEST_CUSTOM_TESTS_IGNORE} functional_tests_rpc check_missing_rpc_methods)
|
||||
if (EXPECT_FUNCTIONAL_TESTS)
|
||||
message(FATAL_ERROR "Functional tests are expected")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user