Fabian Jahr
|
590bda79e8
|
scripted-diff: Remove setup_clean_chain if default is not changed
-BEGIN VERIFY SCRIPT-
git grep -l "self.setup_clean_chain = False" test/functional/*.py | xargs sed -i "/self.setup_clean_chain = False/d";
-END VERIFY SCRIPT-
|
4 years ago |
MarcoFalke
|
aaaaad6ac9
|
scripted-diff: Bump copyright of files changed in 2019
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
|
5 years ago |
MarcoFalke
|
fad2502240
|
init: Use InitError for all errors in bitcoind/qt
Also, remove unused <boost/thread.hpp> include (and others)
|
5 years ago |
Pieter Wuille
|
247d5740d2
|
Ignore unknown config file options for now
|
6 years ago |
MarcoFalke
|
fa4760fbb3
|
qa: Increase includeconf test coverage
|
7 years ago |
Karl-Johan Alm
|
2352aa9f36
|
test: Ensure that recursive -includeconf produces appropriate warnings
|
7 years ago |
John Newbery
|
beee49ba1f
|
[tests] Allow stderr to be tested against specified string
Allow bitcoind's stderr to be tested against a specified string on
shutdown.
|
7 years ago |
Karl-Johan Alm
|
0f0badd5a3
|
test: Test includeconf parameter.
|
7 years ago |