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

Friendly Automation asteriskteam at digium.com
Fri Sep 2 10:24:18 CDT 2022


Friendly Automation has submitted this change. ( https://gerrit.asterisk.org/c/testsuite/+/19071 )

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(-)

Approvals:
  George Joseph: Looks good to me, approved
  Friendly Automation: Approved for Submit




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/+/19071
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: 19
Gerrit-Change-Id: Iaadc9e468d3060d419397f27f457be68b1b05d88
Gerrit-Change-Number: 19071
Gerrit-PatchSet: 2
Gerrit-Owner: N A <mail at interlinked.x10host.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220902/d7cefaf2/attachment-0001.html>


More information about the asterisk-code-review mailing list