laforge submitted this change.
jobs/octsim_osmo-ccid-firmware: PYTHONUNBUFFERED=1
Ensure that the python output is getting displayed directly when running
in jenkins.
Change-Id: Iffe74b270f33286f394db1be03e6ce1953aff4bf
---
M jobs/octsim_osmo-ccid-firmware.yml
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/jobs/octsim_osmo-ccid-firmware.yml b/jobs/octsim_osmo-ccid-firmware.yml
index 07046e0..79b403e 100644
--- a/jobs/octsim_osmo-ccid-firmware.yml
+++ b/jobs/octsim_osmo-ccid-firmware.yml
@@ -17,6 +17,7 @@
default: 'jenkins-notifications@lists.osmocom.org jsteiger@sysmocom.de acouzens@sysmocom.de'
builders:
- shell: |
+ export PYTHONUNBUFFERED=1
cd ./tests
mkdir -p sysmo-octsim/dl
timeout 30m ./run-tests
To view, visit change 42612. To unsubscribe, or for help writing mail filters, visit settings.