From 7a832ea91c6f15e65dc22f3a08c318352781b1ce Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 18 Oct 2023 00:43:02 +0900 Subject: [PATCH] Fix python shebang The current shebang requires python 2 instead of python 3. Trivial-Fix Change-Id: I9172b43648c28e51edfd5d8695e750c18292ff90 --- tools/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run-tests.py b/tools/run-tests.py index 34bc960b5ab6..59b85c4c6e1a 100755 --- a/tools/run-tests.py +++ b/tools/run-tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (c) 2019 SUSE #