mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-23 19:36:47 +00:00
Instead of directly executing varnishtest command, we use a variable to build the command line and we execute it with the 'eval' builtin. This way it is possible to have quoted parameters. For instance: > ./scripts/run-regtests.sh --varnishtestparams "-Dmacro='some value' -n 10" And the variable 'varnishtestparams' is also move at the end of the command line, just before the list of test files. So it is possible to override all default varnish options set by the script. |
||
---|---|---|
.. | ||
announce-release | ||
create-release | ||
git-show-backports | ||
publish-release | ||
run-regtests.sh |