Skip to content

Commit

Permalink
workflows/testsuite.yaml - Add testing of -DNO_TAINT_SUPPORT
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
demerphq committed Apr 2, 2023
1 parent 66fb7f3 commit 5940297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testsuite.yml
Expand Up @@ -264,6 +264,7 @@ jobs:
- "-Dcc='clang'"
- "-Dcc='g++'"
- "-Accflags=-DSILENT_NO_TAINT_SUPPORT"
- "-Accflags=-DNO_TAINT_SUPPORT"
steps:
- name: Install System dependencies
Expand Down

0 comments on commit 5940297

Please sign in to comment.