aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-hlr-test/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ttcn3-hlr-test/Dockerfile')
-rw-r--r--ttcn3-hlr-test/Dockerfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/ttcn3-hlr-test/Dockerfile b/ttcn3-hlr-test/Dockerfile
index b180567..36761a7 100644
--- a/ttcn3-hlr-test/Dockerfile
+++ b/ttcn3-hlr-test/Dockerfile
@@ -9,8 +9,4 @@ VOLUME /data
COPY HLR_Tests.cfg /data/HLR_Tests.cfg
-CMD cd /data && \
- /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/hlr/HLR_Tests; \
- exit_code=$?; \
- /osmo-ttcn3-hacks/log_merge.sh HLR_Tests --rm; \
- exit $exit_code
+CMD ttcn3-docker-run hlr HLR_Tests