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