]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: reg-tests: make shell syntax errors fatal
authorIlia Shipitsin <chipitsine@gmail.com>
Wed, 22 Apr 2026 06:38:08 +0000 (08:38 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 22 Apr 2026 13:18:22 +0000 (15:18 +0200)
commit3610a767f69ff5303d5ee15974f24f8bf9259738
tree258f513e5967270dbf22e12e3ef17eb1867be6f9
parent29d56a8e1b4a1ad35e6400411551bbf57c932fca
BUG/MINOR: reg-tests: make shell syntax errors fatal

Detect shell parser errors in test LOG files right after vtest execution
and mark the run as failed when such errors are found.

This turns malformed feature cmd expressions from warning-like diagnostics
into hard failures, so broken test conditions are caught reliably.
scripts/run-regtests.sh