Fix optimized flags test

Resolves: RHEL-49637
This commit is contained in:
Charalampos Stratakis 2024-07-22 16:05:30 +02:00
parent 3e34ec7279
commit 7805833c1f

View File

@ -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