diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2010-08-24 02:34:10 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-31 12:12:02 -0700 |
commit | 07431fc8dc136573f31cb9db6605f49f792c8b10 (patch) | |
tree | 70e7a6b4e8ce3dafdc1f260bc44abaec22f2d5fe /t/t5100 | |
parent | t/t0000-basic.sh: Run the passing TODO test inside its own test-lib (diff) | |
download | tgif-07431fc8dc136573f31cb9db6605f49f792c8b10.tar.xz |
tests: simplify "missing PREREQ" message
When a test has no prerequisites satisfied (the usual case), instead
of "missing THING of THING", just say "missing THING". This does not
affect the output when a test is skipped due to a missing
prerequisites if another prerequisite is satisfied.
For example: instead of
ok 8 # skip notes work (missing EXPENSIVE of EXPENSIVE)
ok 9 # skip notes timing with /usr/bin/time (missing EXPENSIVE of USR_BIN_TIME,EXPENSIVE)
write
ok 8 # skip notes work (missing EXPENSIVE)
ok 9 # skip notes timing with /usr/bin/time (missing EXPENSIVE of USR_BIN_TIME,EXPENSIVE)
Cc: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5100')
0 files changed, 0 insertions, 0 deletions