ttcn3-pgw-test: Log open5gs-nrfd stdout/stderr

This way we see potential crashes.

Change-Id: I31f2ff2dd5daa68756e910c4cb91acefdad50cb1
This commit is contained in:
Pau Espin 2022-04-07 20:38:28 +02:00
parent 5c9182751c
commit 9a744f2108
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ docker run --rm \
--name ${BUILD_TAG}-nrf -d \
$DOCKER_ARGS \
$REPO_USER/open5gs-$IMAGE_SUFFIX \
open5gs-nrfd -c /data/open5gs-nrf.yaml
/bin/sh -c "open5gs-nrfd -c /data/open5gs-nrf.yaml >/data/open5gs-nrf.out 2>&1"
# start container with open5gs-upfd in background
docker run --cap-add=NET_ADMIN \