selftest/subunithelper: only let ']\n' lines to terminate
authorStefan Metzmacher <metze@samba.org>
Thu, 5 Nov 2020 13:19:11 +0000 (14:19 +0100)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 11 Nov 2020 21:14:32 +0000 (21:14 +0000)
commit3f556d9770a052c6c650183d6ce352d4bc620e53
tree22bc806ef2aece6462a9f287bb033d976d051d01
parentb3ffc61e2fe3011b8447af33fc4a1d095ed05884
selftest/subunithelper: only let ']\n' lines to terminate

It should not be enough that a line ends with ']\n' is accident,
subunit DETAILS are terminated with '\n]\n'!

This gives a much higher chance to see the actual problem
without having them filtered by various 'filter-subunit' invocations.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
selftest/subunithelper.py