]> git.ipfire.org Git - thirdparty/git.git/commit
t0000-basic: use realistic test script names in the verbose tests
authorSZEDER Gábor <szeder.dev@gmail.com>
Mon, 5 Aug 2019 21:04:46 +0000 (23:04 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Aug 2019 22:21:31 +0000 (15:21 -0700)
commit96f3ccc2abf81520740de857471ab6b200f0ea3b
treefa8a9f2f170c2079050719b8c8ceba3d1448c8d2
parent4d8ec15c66f32e29e4dfcdf64d0826c425d8ad7d
t0000-basic: use realistic test script names in the verbose tests

Our test scripts are named something like 't1234-command.sh', but the
script names used in 't0000-basic.sh' don't follow this naming
convention.  Normally this doesn't matter, because the test scripts
themselves don't care how they are called.  However, the next patch
will start to include the test number in the test's verbose output, so
the test script's name will matter in the two tests checking the
verbose output.

Update the tests 'test --verbose' and 'test --verbose-only' to follow
out test script naming convention.

Leave the other tests in 't0000' unchanged: changing the names of
their test scripts would be only pointless code churn.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0000-basic.sh