fix rpc-tests.sh
`${testScripts[@]}` now does split up `testscript --agument` in two elements pushed to the array (`testscript` and `--agument`).
This commit is contained in:
parent
0143a1f228
commit
312cfe63a3
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ testScriptsExt=(
|
|||
);
|
||||
|
||||
if [ "x$ENABLE_ZMQ" = "x1" ]; then
|
||||
testScripts=( ${testScripts[@]} 'zmq_test.py' )
|
||||
testScripts+=('zmq_test.py')
|
||||
fi
|
||||
|
||||
extArg="-extended"
|
||||
|
|
Loading…
Reference in a new issue