diff options
author | merge-script <fanquake@gmail.com> | 2024-09-18 18:44:02 +0100 |
---|---|---|
committer | merge-script <fanquake@gmail.com> | 2024-09-18 18:44:02 +0100 |
commit | ab0b5706b254ed914f94b41940a946d84ac8dd6d (patch) | |
tree | f8a93dfa19f937da3cc94385f227185b5ad014c1 /test/functional | |
parent | fd08fded63adb5bcda2334a98c02d653a849debb (diff) | |
parent | a9964c04447745435747d9cc557165c43902783b (diff) |
Merge bitcoin/bitcoin#30875: doc: fixed inconsistencies in documentation between autotools to cmake change
a9964c04447745435747d9cc557165c43902783b doc: Updating docs from autotools to cmake (kevkevinpal)
Pull request description:
A bit of a followup from https://github.com/bitcoin/bitcoin/pull/30840
- In this change the documentation where we refer to the `./configure` script which is now gone and have converted the configure params to use the `cmake` equivalent.
ACKs for top commit:
maflcko:
ACK a9964c04447745435747d9cc557165c43902783b
jonatack:
utACK a9964c04447745435747d9cc557165c43902783b
jarolrod:
ACK a9964c04447745435747d9cc557165c43902783b
tdb3:
ACK a9964c04447745435747d9cc557165c43902783b
pablomartin4btc:
re-ACK a9964c04447745435747d9cc557165c43902783b
Tree-SHA512: f7ed20b8ad61f028c0d242b9cc70650d8da63057d4a8f7da88f0117a8d3241c5fe8fcf19d56ec82088160b9fee9b175fe9f64e5a845260d3696dc7e94bfdd0bd
Diffstat (limited to 'test/functional')
-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 |