From: openKylin Developers <packaging@lists.openkylin.top>
Date: Tue, 2 Jun 2026 21:23:26 +0800
Subject: pythonver

Make sure we run the python interpreter we want to test
---
 tests/pyatspi/runtests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/pyatspi/runtests.sh b/tests/pyatspi/runtests.sh
index 198f726..b8439c7 100755
--- a/tests/pyatspi/runtests.sh
+++ b/tests/pyatspi/runtests.sh
@@ -10,7 +10,7 @@ export TEST_APPLICATION=$top_builddir/tests/apps/test-application
 run()
 {
   chmod a+x $top_builddir/tests/pyatspi/testrunner
-  $top_builddir/tests/pyatspi/testrunner -l $1 -m $2 -n $3
+  $PYTHON $top_builddir/tests/pyatspi/testrunner -l $1 -m $2 -n $3
   result=$?
   if [ $result -ne 0 ]; then
     ret=$result
