Commit Graph

11 Commits

Author SHA1 Message Date
fac23c2114 scripted-diff: Bump copyright headers
The previous diff touched most files in ./test/, so bump the headers to
avoid having to touch them again for a bump later.

-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./test/
-END VERIFY SCRIPT-
2021-11-10 11:10:24 +01:00
fad0867d6a Cleanup -includeconf error message
Remove the erroneous trailing newline '\n'. Also, print only the first
value to remove needless redundancy in the error message.
2021-05-21 10:54:12 +02:00
fa9f711c37 Fix crash when parsing command line with -noincludeconf=0 2021-05-21 10:53:09 +02:00
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-
2021-02-01 23:13:38 +01:00
aaaaad6ac9 scripted-diff: Bump copyright of files changed in 2019
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
2019-12-30 10:42:20 +13:00
fad2502240 init: Use InitError for all errors in bitcoind/qt
Also, remove unused <boost/thread.hpp> include (and others)
2019-07-11 19:39:25 -04:00
247d5740d2 Ignore unknown config file options for now 2018-07-30 18:01:20 -07:00
fa4760fbb3 qa: Increase includeconf test coverage 2018-06-01 13:24:50 -04:00
2352aa9f36 test: Ensure that recursive -includeconf produces appropriate warnings 2018-05-10 11:06:04 +09:00
beee49ba1f [tests] Allow stderr to be tested against specified string
Allow bitcoind's stderr to be tested against a specified string on
shutdown.
2018-05-09 10:39:31 -04:00
0f0badd5a3 test: Test includeconf parameter. 2018-05-02 14:26:45 +09:00