aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick O'Neill <102189596+patrick-rivos@users.noreply.github.com>2023-10-05 13:56:55 -0700
committerGitHub <noreply@github.com>2023-10-05 13:56:55 -0700
commit6e7190e8c95e09d541e69f6f6e39163f808570d5 (patch)
treea3dd5abe2bb22631c3cf9ea1a34a3fb821c133e6
parentc7853bf388ff7ce7b67171302956ce78068d2342 (diff)
parent570e207f4b96144f5b1bcb9c9ab49ec0b3033ca7 (diff)
downloadriscv-gnu-toolchain-6e7190e8c95e09d541e69f6f6e39163f808570d5.zip
riscv-gnu-toolchain-6e7190e8c95e09d541e69f6f6e39163f808570d5.tar.gz
riscv-gnu-toolchain-6e7190e8c95e09d541e69f6f6e39163f808570d5.tar.bz2
Merge pull request #1338 from vineetgarc/topic-minor-python-fix2023.10.06
use python3 in testsuite-filter ...
-rwxr-xr-xscripts/testsuite-filter2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/testsuite-filter b/scripts/testsuite-filter
index 8096d7f..3d9fb27 100755
--- a/scripts/testsuite-filter
+++ b/scripts/testsuite-filter
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
from __future__ import print_function