aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-mgw-test/jenkins.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ttcn3-mgw-test/jenkins.sh')
-rwxr-xr-xttcn3-mgw-test/jenkins.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ttcn3-mgw-test/jenkins.sh b/ttcn3-mgw-test/jenkins.sh
index 4add209..9cb7f31 100755
--- a/ttcn3-mgw-test/jenkins.sh
+++ b/ttcn3-mgw-test/jenkins.sh
@@ -26,7 +26,8 @@ docker run --rm \
-v $VOL_BASE_DIR/mgw:/data \
--name ${BUILD_TAG}-mgw -d \
$DOCKER_ARGS \
- $REPO_USER/osmo-mgw-$IMAGE_SUFFIX
+ $REPO_USER/osmo-mgw-$IMAGE_SUFFIX \
+ /bin/sh -c "gdb -ex 'run' -ex 'bt' --arg osmo-mgw -c /data/osmo-mgw.cfg >/data/osmo-mgw.log 2>&1"
# start docker container with testsuite in foreground
docker run --rm \