Allow to check explicit flags in assertflags.py

This commit is contained in:
Miro Hrončok 2024-08-01 14:57:45 +02:00
commit 800608da2e
2 changed files with 8 additions and 1 deletions

View file

@ -69,6 +69,9 @@
- debugflags:
dir: flags
run: runuser testuser -c 'python3-debug ./assertflags.py -O0'
- debugflags_some:
dir: flags
run: runuser testuser -c 'python3-debug ./assertflags.py -O0 PY_STDMODULE_CFLAGS'
- marshalparser_compatibility:
dir: marshalparser
run: runuser testuser -c 'SAMPLE=10 test_marshalparser_compatibility.sh'