summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-05-03 14:50:14 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-05-03 23:27:09 -0400
commit30342896d0e9f882b080e15d186c77714bc55903 (patch)
tree6f818d5f53149ce2cde490950d247cb477886cc3
parentbe8e203edc0a7b88ae3c2b335ddfec267328c432 (diff)
downloadgtk+-30342896d0e9f882b080e15d186c77714bc55903.tar.gz
Use python3
No /usr/bin/python in our CI image :(
-rwxr-xr-xtestsuite/headless/run-headless-input-tests.sh2
-rwxr-xr-xtestsuite/headless/run-headless-monitor-tests.sh2
2 files changed, 2 insertions, 2 deletions
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