`${testScripts[@]}` now does split up `testscript --agument` in two elements pushed to the array (`testscript` and `--agument`).
|
||
|---|---|---|
| .. | ||
| rpc-tests.sh | ||
| run-bitcoind-for-test.sh.in | ||
| tests-config.sh.in | ||
`${testScripts[@]}` now does split up `testscript --agument` in two elements pushed to the array (`testscript` and `--agument`).
|
||
|---|---|---|
| .. | ||
| rpc-tests.sh | ||
| run-bitcoind-for-test.sh.in | ||
| tests-config.sh.in | ||