From 59402972ce26ccbcf5c463e9bf544fd57c8dd513 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Fri, 31 Mar 2023 21:29:02 +0200 Subject: workflows/testsuite.yaml - Add testing of -DNO_TAINT_SUPPORT Test that we can pass test with -DNO_TAINT_SUPPORT but without -DSILENT_NO_TAINT_SUPPORT. Both disable taint mode, but the latter causes -t and -T to be silently ignored, whereas the former by itself causes use of -t and -T to throw fatal exceptions during process startup. --- .github/workflows/testsuite.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 3ca0511da2..7d24761538 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -264,6 +264,7 @@ jobs: - "-Dcc='clang'" - "-Dcc='g++'" - "-Accflags=-DSILENT_NO_TAINT_SUPPORT" + - "-Accflags=-DNO_TAINT_SUPPORT" steps: - name: Install System dependencies -- cgit v1.2.1