[Asterisk-code-review] runtests.py: Use python3 explicitly. (testsuite[18])

N A asteriskteam at digium.com
Fri Sep 2 07:01:07 CDT 2022


N A has uploaded this change for review. ( https://gerrit.asterisk.org/c/testsuite/+/19070 )


Change subject: runtests.py: Use python3 explicitly.
......................................................................

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
---
M runtests.py
1 file changed, 17 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/70/19070/1

diff --git a/runtests.py b/runtests.py
index c6f4149..e45a5da 100755
--- a/runtests.py
+++ b/runtests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 '''Asterisk external test suite driver.
 
 Copyright (C) 2015, Digium, Inc.

-- 
To view, visit https://gerrit.asterisk.org/c/testsuite/+/19070
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: 18
Gerrit-Change-Id: Iaadc9e468d3060d419397f27f457be68b1b05d88
Gerrit-Change-Number: 19070
Gerrit-PatchSet: 1
Gerrit-Owner: N A <mail at interlinked.x10host.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220902/0cb4a008/attachment.html>


More information about the asterisk-code-review mailing list