diff options
author | kevkevinpal <oapallikunnel@gmail.com> | 2024-09-11 19:58:55 -0400 |
---|---|---|
committer | kevkevinpal <oapallikunnel@gmail.com> | 2024-09-18 11:04:52 -0400 |
commit | a9964c04447745435747d9cc557165c43902783b (patch) | |
tree | c6a2f92259378c84bfa255a8212cb327d60e9feb /test/functional/test_runner.py | |
parent | 0c4ff18ee9ec91b424ad26d2643e42566aa45e40 (diff) |
doc: Updating docs from autotools to cmake
replaced --enable-debug with -DCMAKE_BUILD_TYPE=Debug in developer-notes
replaced --enable-multiprocess with -DWITH_MULTIPROCESS=ON
replaced --disable-zmq with -DWITH_ZMQ=OFF
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 3297a10699..41390cf26a 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -488,7 +488,7 @@ def main(): if not enable_bitcoind: print("No functional tests to run.") - print("Rerun ./configure with --with-daemon and then make") + print("Re-compile with the -DBUILD_DAEMON=ON build option") sys.exit(1) # Build list of tests |