]> git.ipfire.org Git - thirdparty/haproxy.git/commit
EXAMPLES: opentracing: refined shell scripts for testing filter performance
authorMiroslav Zagorac <mzagorac@haproxy.com>
Wed, 9 Mar 2022 16:34:11 +0000 (17:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Apr 2022 14:31:33 +0000 (16:31 +0200)
commit9154e00f70d0680d4caee5602b661768d75fd346
treec587047fa68c90ba18a7b359f6a53d93c0a29914
parent9964ad8436377a47de78264e14472fdeb0a606e4
EXAMPLES: opentracing: refined shell scripts for testing filter performance

When calling the 'basename' command, the argument ${0} is enclosed in
quotation marks.  This is necessary if the path of the executable script
(contained in that argument) has "non-standard" elements, such as space
and the like.

Also, in the script 'test-speed.sh' the function sh_exit() has been added
for easier printing of messages at the end of execution.

This patch must be backported as far as 2.4.
addons/ot/test/run-cmp.sh
addons/ot/test/run-ctx.sh
addons/ot/test/run-fe-be.sh
addons/ot/test/run-sa.sh
addons/ot/test/test-speed.sh