MarcoFalke
|
fa5f297748
|
scripted-diff: [doc] Unify stale copyright headers
-BEGIN VERIFY SCRIPT-
sed --in-place --regexp-extended \
's;( 20[0-2][0-9])(-20[0-2][0-9])? The Bitcoin Core developers;\1-present The Bitcoin Core developers;g' \
$( git grep -l 'The Bitcoin Core developers' -- ':(exclude)COPYING' ':(exclude)src/ipc/libmultiprocess' ':(exclude)src/minisketch' )
-END VERIFY SCRIPT-
|
2025-12-16 22:21:15 +01:00 |
|
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-
|
2024-07-16 22:06:47 +01:00 |
|
MarcoFalke
|
fafe43cb6c
|
scripted-diff: Use blocks_path where possible
-BEGIN VERIFY SCRIPT-
sed -i 's|].chain_path / "blocks"|].blocks_path|g' $(git grep -l chain_path)
-END VERIFY SCRIPT-
|
2023-07-25 15:51:36 +02:00 |
|
MarcoFalke
|
fad7ddf9e3
|
test: Run symlink regression tests on Windows
|
2022-02-18 15:27:08 +01:00 |
|
laanwj
|
b223c3c21e
|
test: Add functional test for symlinked blocks directory
|
2022-02-17 12:33:30 +01:00 |
|