haproxy/scripts
Willy Tarreau b7a28e7bc8 SCRIPT: run-regtests: avoid calling awk to compute the version
For each test, the version number is evaluated using a call to awk,
which can be slow to start depending on the versions and OS. This is
only needed for a printf() call to keep only leading digits of each
component, multiply them by 1000 and pad them to 3 digits, something
that's clearly doable in plain shell in a portable way. This is what
this patch does, and it saves yet another 400 ms here on the full
test sequence.
2021-11-18 17:54:49 +01:00
..
announce-release SCRIPTS: announce-release: fix typo in help message 2021-01-08 14:58:22 +01:00
backport
build-ot.sh SCRIPTS: opentracing: enable parallel builds in build-ot.sh 2021-06-10 07:35:15 +02:00
build-ssl.sh BUILD: adopt script/build-ssl.sh for OpenSSL-3.0.0beta2 2021-08-25 05:16:00 +02:00
build-vtest.sh CI: introduce scripts/build-vtest.sh for installing VTest 2021-05-18 10:48:30 +02:00
create-release
git-show-backports SCRIPTS: git-show-backports: re-enable file-based filtering 2021-11-03 08:41:01 +01:00
publish-release
run-regtests.sh SCRIPT: run-regtests: avoid calling awk to compute the version 2021-11-18 17:54:49 +01:00