skip-ui-tests.py: Update the path to Python as macOS dropped Python 2.

This commit is contained in:
Kyle Neideck 2024-03-07 08:39:00 +11:00
parent 7d700b3de5
commit 73f221e423
No known key found for this signature in database
GPG key ID: CAA8D9B8E39EC18C

View file

@ -1,4 +1,4 @@
#!/usr/bin/python2.7
#!/usr/bin/env python3
# This file is part of Background Music.
#
@ -19,7 +19,7 @@
# skip-ui-tests.py
# BGMAppUITests
#
# Copyright (c) 2017 Kyle Neideck
# Copyright (c) 2017, 2024 Kyle Neideck
#
# Disables the UI tests. This is mainly useful on CI systems that don't support UI tests.
#