Fix optimized flags test
Resolves: RHEL-49637
This commit is contained in:
parent
3e34ec7279
commit
7805833c1f
@ -30,7 +30,7 @@
|
||||
run: VERSION=3.9 PYTHON=python3-debug X="-x test_wsgiref" ./parallel.sh
|
||||
- optimizedflags:
|
||||
dir: python/flags
|
||||
run: "python{{ pybasever }} ./assertflags.py -O3"
|
||||
run: python3 ./assertflags.py -O3
|
||||
- debugflags:
|
||||
dir: python/flags
|
||||
run: python3-debug ./assertflags.py -O0
|
||||
|
Loading…
Reference in New Issue
Block a user