From 7805833c1f6986c9ced41295db9a7964c229245b Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Mon, 22 Jul 2024 16:05:30 +0200 Subject: [PATCH] Fix optimized flags test Resolves: RHEL-49637 --- tests/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.yml b/tests/tests.yml index c838a66..9cda033 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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