contrib/jenkins.sh: set PYTHONUNBUFFERED=1

Make sure all python output is printed immediatelly.

Change-Id: I5d334bbc34e4df39ac54472642299c567894f449
This commit is contained in:
Oliver Smith 2022-10-18 16:48:52 +02:00
parent 4e64e72766
commit 507b5271ac
1 changed files with 2 additions and 0 deletions

View File

@ -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"