[Asterisk-code-review] CI: additional mode logging (asterisk[16])

Michael Bradeen asteriskteam at digium.com
Wed Aug 31 14:17:50 CDT 2022


Michael Bradeen has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/19047 )


Change subject: CI: additional mode logging
......................................................................

CI: additional mode logging

ASTERISK-26826

Change-Id: I07388d16f74452cebc9c981f99044eb6b77df792
---
M tests/CI/runTestsuite.sh
1 file changed, 13 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/47/19047/1

diff --git a/tests/CI/runTestsuite.sh b/tests/CI/runTestsuite.sh
index 2308349..5d5c61a 100755
--- a/tests/CI/runTestsuite.sh
+++ b/tests/CI/runTestsuite.sh
@@ -20,10 +20,12 @@
 
 # check to see if venv scripts exist so we can use them
 if [ -f "$SETUPVENV" ] ; then
+	echo "Running in Virtual Environment"
 	# explicitly invoking setupVenv to capture output in case of failure
 	./setupVenv.sh
 	VENVPREFIX="runInVenv.sh python "
 else
+	echo "Running in Legacy Mode"
 	export PYTHONPATH=./lib/python/
 fi
 

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

Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-Change-Id: I07388d16f74452cebc9c981f99044eb6b77df792
Gerrit-Change-Number: 19047
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Bradeen <mbradeen at sangoma.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220831/baa093a2/attachment.html>


More information about the asterisk-code-review mailing list