]> git.ipfire.org Git - thirdparty/git.git/commit
quote-stress-test: accept arguments to test via the command-line
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 20 Sep 2019 17:09:39 +0000 (19:09 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 5 Dec 2019 14:36:53 +0000 (15:36 +0100)
commit55953c77c0bfcb727ffd7e293e4661b7a24b791b
treec1dcea30603732d58ff2b4c45f7f7c6ac99b3670
parentad1559252945179e28fba7d693494051352810c5
quote-stress-test: accept arguments to test via the command-line

When the stress test reported a problem with quoting certain arguments,
it is helpful to have a facility to play with those arguments in order
to find out whether variations of those arguments are affected, too.

Let's allow `test-run-command quote-stress-test -- <args>` to be used
for that purpose.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
t/helper/test-run-command.c