subunit/run.py: change shebang to python3
authorJoe Guo <joeg@catalyst.net.nz>
Wed, 6 Mar 2019 23:12:00 +0000 (12:12 +1300)
committerNoel Power <npower@samba.org>
Thu, 7 Mar 2019 13:03:56 +0000 (13:03 +0000)
always use explicit python version at current stage.

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
Autobuild-User(master): Noel Power <npower@samba.org>
Autobuild-Date(master): Thu Mar  7 13:03:56 UTC 2019 on sn-devel-144

python/samba/subunit/run.py

index 89ca8a8050be77738ebdb922071ca9ae3b59dfa9..e369b15aa023c86caf045f1de18892032b93754f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 #
 # Simple subunit testrunner for python
 # Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2014