mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 10:12:28 +02:00
Merge #18929: ci: Pass down LD_LIBRARY_PATH and MAKEJOBS to fuzz test_runner
cbd661122eSet LD_LIBRARY_PATH consistently in travis tests (Russell Yanofsky)fa35c34df7Remove unused ci configs that have been moved elsewhere (MarcoFalke)3333cb9699fuzz: Pass down MAKEJOBS to test_runner (MarcoFalke) Pull request description: Just how `MAKEJOBS` is passed down to the functional test `test_runner`, do the same for the fuzz `test_runner`. Also includes a commit to remove unused config files, which have been moved elsewhere. Top commit has no ACKs. Tree-SHA512: 32557102c9e40599b432aeb004c8427e8fbb07cdf4048050cdc8241d1b029aaad306b1131007eeca8315a4f71c38a7efbb833310e056cd11b835676cd19b8902
This commit is contained in:
@@ -38,6 +38,7 @@ def main():
|
||||
)
|
||||
parser.add_argument(
|
||||
'--par',
|
||||
'-j',
|
||||
type=int,
|
||||
default=4,
|
||||
help='How many targets to merge or execute in parallel.',
|
||||
|
||||
Reference in New Issue
Block a user