fixeria has submitted this change. (
https://gerrit.osmocom.org/c/python/osmo-python-tests/+/37539?usp=email )
Change subject: contrib/jenkins.sh: do not run test_py3.py twice
......................................................................
contrib/jenkins.sh: do not run test_py3.py twice
Change-Id: Ib7e8e358d38be37055d44c8ff284d1578a30f6ac
---
M contrib/jenkins.sh
1 file changed, 9 insertions(+), 1 deletion(-)
Approvals:
osmith: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index b129190..810cb7e 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -8,7 +8,6 @@
PY3=python3
PY3_LIST="osmopy scripts/osmo_ctrl.py scripts/osmo_rate_ctr2csv.py
scripts/osmodumpdoc.py scripts/osmotestvty.py scripts/osmotestconfig.py
scripts/osmo_interact_ctrl.py scripts/osmo_interact_vty.py
scripts/osmo_verify_transcript_ctrl.py scripts/osmo_verify_transcript_vty.py
scripts/soap.py scripts/twisted_ipa.py"
$PY3 ./setup.py install --user
-$PY3 tests/test_py3.py
for f in $PY3_LIST
do
$PY3 $COM_FLAGS $f
--
To view, visit
https://gerrit.osmocom.org/c/python/osmo-python-tests/+/37539?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-Change-Id: Ib7e8e358d38be37055d44c8ff284d1578a30f6ac
Gerrit-Change-Number: 37539
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged