Hennadii Stepanov
a0473442d1
scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()`
...
-BEGIN VERIFY SCRIPT-
sed -i -e 's/\s*().main\s*()/(__file__).main()/' $(git ls-files test/functional/*.py)
sed -i -e 's/def __init__(self)/def __init__(self, test_file)/' test/functional/test_framework/test_framework.py
-END VERIFY SCRIPT-
4 months ago
MarcoFalke
aaaa3aefbd
test: Use TestNode *_path properties where possible
...
Seems odd to place the burden on test writers to hardcode the chain or
datadir path for the nodes under test.
1 year ago
MarcoFalke
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-
3 years ago
MarcoFalke
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.
4 years ago
MarcoFalke
fa9f711c37
Fix crash when parsing command line with -noincludeconf=0
4 years ago
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