summaryrefslogtreecommitdiff
path: root/testsuite/headless/run-headless-monitor-tests.sh
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 /testsuite/headless/run-headless-monitor-tests.sh
parentbe8e203edc0a7b88ae3c2b335ddfec267328c432 (diff)
downloadgtk+-30342896d0e9f882b080e15d186c77714bc55903.tar.gz
Use python3
No /usr/bin/python in our CI image :(
Diffstat (limited to 'testsuite/headless/run-headless-monitor-tests.sh')
-rwxr-xr-xtestsuite/headless/run-headless-monitor-tests.sh2
1 files changed, 1 insertions, 1 deletions
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