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