haproxy/scripts
Christopher Faulet 1ecf0ea70a REGTEST: script: Evaluate the varnishtest command to allow quoted parameters
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.
2018-12-20 10:33:18 +01:00
..
announce-release SCRIPTS: add the slack channel URL to the announce script 2018-12-19 18:59:51 +01:00
create-release DOC: split the README into README + INSTALL 2018-12-16 22:30:57 +01:00
git-show-backports SCRIPTS: git-show-backports: add missing quotes to "echo" 2018-07-30 14:45:55 +02:00
publish-release BUILD: Generate sha256 checksums in publish-release 2018-07-20 10:50:20 +02:00
run-regtests.sh REGTEST: script: Evaluate the varnishtest command to allow quoted parameters 2018-12-20 10:33:18 +01:00