Allow to check explicit flags in assertflags.py
This commit is contained in:
parent
b8d9e52c94
commit
800608da2e
2 changed files with 8 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue