osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/29842
)
Change subject: contrib/jenkins.sh: set PYTHONUNBUFFERED=1
......................................................................
contrib/jenkins.sh: set PYTHONUNBUFFERED=1
Make sure all python output is printed immediatelly.
Change-Id: I5d334bbc34e4df39ac54472642299c567894f449
---
M contrib/jenkins.sh
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/42/29842/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index fbcd73c..0ade9b4 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -6,6 +6,8 @@
# * PUBLISH: upload manuals after building if set to "1" (ignored without
WITH_MANUALS = "1")
#
+export PYTHONUNBUFFERED=1
+
if [ ! -d "./pysim-testdata/" ] ; then
echo "###############################################"
echo "Please call from pySim-prog top directory"
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/29842
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I5d334bbc34e4df39ac54472642299c567894f449
Gerrit-Change-Number: 29842
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange