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/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/33/16633/1
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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191217/d1c2b823/attachment.htm>