ttcn3-nitb-sysinfo: Remove input logfiles after merging them

All other ttcn3 projects do it.

Change-Id: Iee0e96d3832d88f2ee5958158b372243441750b3
This commit is contained in:
Pau Espin 2018-07-06 16:10:11 +02:00
parent 618505f98f
commit 1694453aee
1 changed files with 1 additions and 1 deletions

View File

@ -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