Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D15394
Change Details
Change Details
Old
New
Diff
``` cmake .. -GNinja -DBUILD_BITCOIN_CHRONIK=1 -DBUILD_BITCOIN_CHRONIK_PLUGINS=1 ninja && ./test/functional/test_runner.py chronik_plugins_setup ``` The test is correctly skipped without `-DBUILD_BITCOIN_CHRONIK_PLUGINS=1`
``` cmake .. -GNinja -DBUILD_BITCOIN_CHRONIK=1 -DBUILD_BITCOIN_CHRONIK_PLUGINS=1 ninja && ./test/functional/test_runner.py chronik_plugins_setup ``` The test is correctly skipped without `-DBUILD_BITCOIN_CHRONIK_PLUGINS=1`
``` cmake .. -GNinja -DBUILD_BITCOIN_CHRONIK=1 -DBUILD_BITCOIN_CHRONIK_PLUGINS=1 ninja && ./test/functional/test_runner.py chronik_plugins_setup ``` The test is correctly skipped without `-DBUILD_BITCOIN_CHRONIK_PLUGINS=1`
Continue