From 73f221e4239fb3fe686ab0810efb6667e04f875d Mon Sep 17 00:00:00 2001 From: Kyle Neideck Date: Thu, 7 Mar 2024 08:39:00 +1100 Subject: [PATCH] skip-ui-tests.py: Update the path to Python as macOS dropped Python 2. --- BGMApp/BGMAppTests/UITests/skip-ui-tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BGMApp/BGMAppTests/UITests/skip-ui-tests.py b/BGMApp/BGMAppTests/UITests/skip-ui-tests.py index 0af72e4..604e1ca 100755 --- a/BGMApp/BGMAppTests/UITests/skip-ui-tests.py +++ b/BGMApp/BGMAppTests/UITests/skip-ui-tests.py @@ -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. #