aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-07-06 16:10:11 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-07-06 16:10:16 +0200
commit1694453aeebaefb36a4a26f7b955e5cb67812997 (patch)
tree5faa4f77d81f851a23f705137ce3564e3c3482bd
parent618505f98fec31253f528f81a6bf2f5a564005f9 (diff)
ttcn3-nitb-sysinfo: Remove input logfiles after merging them
All other ttcn3 projects do it. Change-Id: Iee0e96d3832d88f2ee5958158b372243441750b3
-rw-r--r--ttcn3-nitb-sysinfo/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttcn3-nitb-sysinfo/Dockerfile b/ttcn3-nitb-sysinfo/Dockerfile
index 39860f2..8cd9e58 100644
--- a/ttcn3-nitb-sysinfo/Dockerfile
+++ b/ttcn3-nitb-sysinfo/Dockerfile
@@ -22,5 +22,5 @@ COPY Test.cfg /data/Test.cfg
CMD cd /data && \
/osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/sysinfo/Test; \
exit_code=$?; \
- /osmo-ttcn3-hacks/log_merge.sh Test; \
+ /osmo-ttcn3-hacks/log_merge.sh Test --rm; \
exit $exit_code