diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2022-07-14 09:00:34 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-07-14 10:02:06 -0700 |
commit | 7253f7ca9fdc5a19f2a9ee5867a20182e10551d6 (patch) | |
tree | 91635b77458abaab61509962ff09fb94f4152d50 /commit.c | |
parent | cadcafc3311de7f6fae5f3add10cde4f93268ff8 (diff) |
tests: fix incorrect --write-junit-xml code
In 78d5e4cfb4b (tests: refactor --write-junit-xml code, 2022-05-21),
this developer refactored the `--write-junit-xml` code a bit, including
the part where the current test case's title was used in a `set`
invocation, but failed to account for the fact that some test cases'
titles start with a long option, which the `set` misinterprets as being
intended for parsing.
Let's fix this by using the `set -- <...>` form.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions