This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/16633 )
Change subject: ttcn3-ggsn: Log osmo-ggsn stdout+stderr to file
......................................................................
ttcn3-ggsn: Log osmo-ggsn stdout+stderr to file
Fixes: c3f157b939784f19f0337ac92ac727063c8d3452
Change-Id: Ia4c4589902bd72918f1d114afa890b049d6e8fd7
---
M ttcn3-ggsn-test/jenkins.sh
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
  laforge: Looks good to me, approved; Verified
diff --git a/ttcn3-ggsn-test/jenkins.sh b/ttcn3-ggsn-test/jenkins.sh
index c4fac9d..66239f8 100755
--- a/ttcn3-ggsn-test/jenkins.sh
+++ b/ttcn3-ggsn-test/jenkins.sh
@@ -28,7 +28,8 @@
 		--network $NET_NAME --ip 172.18.3.201 \
 		-v $VOL_BASE_DIR/ggsn:/data \
 		--name ${BUILD_TAG}-ggsn -d \
-		$REPO_USER/osmo-ggsn-$IMAGE_SUFFIX
+		$REPO_USER/osmo-ggsn-$IMAGE_SUFFIX \
+		/bin/sh -c "osmo-ggsn -c /data/osmo-ggsn.cfg >/data/osmo-ggsn.log 2>&1"
 
 # start docker container with testsuite in foreground
 docker run	--rm \
-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/16633
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ia4c4589902bd72918f1d114afa890b049d6e8fd7
Gerrit-Change-Number: 16633
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191217/1fcfc3f2/attachment.htm>