ttcn3-nitb-sysinfo: Remove input logfiles after merging them
All other ttcn3 projects do it. Change-Id: Iee0e96d3832d88f2ee5958158b372243441750b3changes/98/9898/1
parent
618505f98f
commit
1694453aee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue