From: Matthias Clasen Date: Wed, 3 May 2023 18:50:14 +0000 (-0400) Subject: Use python3 X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~312^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=30342896d0e9f882b080e15d186c77714bc55903;p=gtk4.git Use python3 No /usr/bin/python in our CI image :( --- diff --git a/testsuite/headless/run-headless-input-tests.sh b/testsuite/headless/run-headless-input-tests.sh index af5bbf3b79..d62084a28e 100755 --- a/testsuite/headless/run-headless-input-tests.sh +++ b/testsuite/headless/run-headless-input-tests.sh @@ -16,7 +16,7 @@ pid=\$! export WAYLAND_DISPLAY=gtk-test2 export GDK_BACKEND=wayland -python ${srcdir}/headless-input-tests.py +python3 ${srcdir}/headless-input-tests.py status=\$? kill \$pid diff --git a/testsuite/headless/run-headless-monitor-tests.sh b/testsuite/headless/run-headless-monitor-tests.sh index 74050db535..9bd9133f33 100755 --- a/testsuite/headless/run-headless-monitor-tests.sh +++ b/testsuite/headless/run-headless-monitor-tests.sh @@ -16,7 +16,7 @@ pid=\$! export WAYLAND_DISPLAY=gtk-test export GDK_BACKEND=wayland -python ${srcdir}/headless-monitor-tests.py +python3 ${srcdir}/headless-monitor-tests.py status=\$? kill \$pid