[master] bf75bb690 flexelint: exclude teken.c from vtest2 again

Nils Goroll nils.goroll at uplex.de
Tue Jul 8 07:14:04 UTC 2025


commit bf75bb690ec24e56d5546abb0de6fa0625d8df63
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Jul 8 09:12:30 2025 +0200

    flexelint: exclude teken.c from vtest2 again
    
    Since 362c24c3339fb778dd29829337d756729fa365bc we did not flexelint the teken
    code, and accidentally brought it back with
    48e21c3c5f5e73ae02912f83d96198bc140dcecf because in vtest{,2} it no longer lives
    in a subdirectory.

diff --git a/bin/varnishtest/flint.sh b/bin/varnishtest/flint.sh
index a961c60dd..f1a34f748 100644
--- a/bin/varnishtest/flint.sh
+++ b/bin/varnishtest/flint.sh
@@ -4,11 +4,11 @@
 # SPDX-License-Identifier: BSD-2-Clause
 # See LICENSE file for full text of license
 
-FLOPS='
+FLOPS="
 	-DVTEST_WITH_VTC_LOGEXPECT
 	-DVTEST_WITH_VTC_VARNISH
 	-DTOP_BUILDDIR="foo"
 	-I../../lib/libvgz
 	-Ivtest2/lib
-	vtest2/src/*.c
-' ../../tools/flint_skel.sh
+	$(ls vtest2/src/*.c| grep -v /teken.)
+" ../../tools/flint_skel.sh


More information about the varnish-commit mailing list