From 507b5271ac4269bb5df54f6b281bfd48e0a33ff1 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 18 Oct 2022 16:48:52 +0200 Subject: [PATCH] contrib/jenkins.sh: set PYTHONUNBUFFERED=1 Make sure all python output is printed immediatelly. Change-Id: I5d334bbc34e4df39ac54472642299c567894f449 --- contrib/jenkins.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index fbcd73c4..0ade9b49 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"