aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-sip-test
diff options
context:
space:
mode:
Diffstat (limited to 'ttcn3-sip-test')
-rw-r--r--ttcn3-sip-test/Dockerfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/ttcn3-sip-test/Dockerfile b/ttcn3-sip-test/Dockerfile
index d443d29..7d566b9 100644
--- a/ttcn3-sip-test/Dockerfile
+++ b/ttcn3-sip-test/Dockerfile
@@ -26,5 +26,7 @@ RUN ln -s /osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh / && \
COPY SIP_Tests.cfg /data/SIP_Tests.cfg
CMD cd /data && \
- /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/sip/SIP_Tests && \
- /osmo-ttcn3-hacks/log_merge.sh SIP_Tests --rm
+ /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/sip/SIP_Tests; \
+ exit_code=$?; \
+ /osmo-ttcn3-hacks/log_merge.sh SIP_Tests --rm; \
+ exit $exit_code