ttcn3-ggsn: Log osmo-ggsn stdout+stderr to file

Fixes: c3f157b939
Change-Id: Ia4c4589902bd72918f1d114afa890b049d6e8fd7
This commit is contained in:
Pau Espin 2019-12-17 10:55:35 +01:00
parent 1e7ad40cbe
commit d47c78ce11
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ docker run --cap-add=NET_ADMIN \
--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 \