Skip to content

Commit f618521

Browse files
InterLinked1Friendly Automation
authored andcommitted
runtests.py: Use python3 explicitly.
Change the shebang for runtests.py from python to python3 so that Python 3 is always explicitly invoked, regardless of the system default. ASTERISK-30207 #close Change-Id: Iaadc9e468d3060d419397f27f457be68b1b05d88
1 parent 124a594 commit f618521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
'''Asterisk external test suite driver.
33
44
Copyright (C) 2015, Digium, Inc.

0 commit comments

Comments
 (0)