Attention is currently required from: dexter.
laforge has posted comments on this change by dexter. ( https://gerrit.osmocom.org/c/pysim/+/38543?usp=email )
Change subject: pySim-shell_test/utils: delete log files in general ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
Patchset:
PS1: in general I think the opposite conservative approach would be best: Never use wildcards to delete anything (unless it's in a tmp-directory with random-generated name generated by mktemp or the like), but always use only those explicit names we know we have created ourselves. Otherwise you always have the risk of deleting something that was not created by the tests.