diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2010-08-10 23:37:48 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-18 12:42:46 -0700 |
commit | d0736f7b81ac2fcb763279b3bf3e90faa3fb6609 (patch) | |
tree | a4b85959aec0fbe3c69d4a67d33242076745d37f /t/Makefile | |
parent | t/t3300-funny-names: change from skip_all=* to prereq skip (diff) | |
download | tgif-d0736f7b81ac2fcb763279b3bf3e90faa3fb6609.tar.xz |
git-notes: Run partial expensive test everywhere
The git-notes expensive timing test is only expensive because it
either did 10,100,1k and 10k iterations or nothing.
Change it to do 10 by default, with an option to run the expensive
version with the old GIT_NOTES_TIMING_TESTS=ZomgYesPlease variable.
Since nobody was ostensibly running this test under TAP the code had
bitrotted so that it emitted invalid TAP. This change fixes that.
The old version would also mysteriously fail on systems without
/usr/bin/time, there's now a check for that using the multiple test
prerequisite facility.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/Makefile')
0 files changed, 0 insertions, 0 deletions