summaryrefslogtreecommitdiff
path: root/filters/tap2subunit
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2022-01-25 18:13:25 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2022-01-25 18:13:25 +0000
commita629de4fbf04b62361e67a1e04e29474ca18d2b0 (patch)
tree41ad82c607d59748f4d19f23043c155a9922bd99 /filters/tap2subunit
parent76ebee8cb788885bcfaf2485f66479821b9b57d0 (diff)
downloadsubunit-git-a629de4fbf04b62361e67a1e04e29474ca18d2b0.tar.gz
Explicitly invoke python3.
That's the only major version subunit supports, and some platforms still ship with /usr/bin/python==python2
Diffstat (limited to 'filters/tap2subunit')
-rwxr-xr-xfilters/tap2subunit2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/tap2subunit b/filters/tap2subunit
index c571972..d24172b 100755
--- a/filters/tap2subunit
+++ b/filters/tap2subunit
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# subunit: extensions to python unittest to get test results from subprocesses.
# Copyright (C) 2009 Robert Collins <robertc@robertcollins.net>
#