Use python3
authorMatthias Clasen <mclasen@redhat.com>
Wed, 3 May 2023 18:50:14 +0000 (14:50 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 4 May 2023 03:27:09 +0000 (23:27 -0400)
No /usr/bin/python in our CI image :(

testsuite/headless/run-headless-input-tests.sh
testsuite/headless/run-headless-monitor-tests.sh

index af5bbf3b79dae186deed17d6f5add7413a99df67..d62084a28ec8788c0091693951d4cab6b9324fb4 100755 (executable)
@@ -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
index 74050db535eed425c77b7951b68585262b67218c..9bd9133f33b8953f639b061c891af3f15fefdb71 100755 (executable)
@@ -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