From: Johannes Schindelin Date: Fri, 9 Oct 2009 10:22:00 +0000 (+0200) Subject: Add an expensive test for git-notes X-Git-Tag: v1.6.6-rc0~21^2~10 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a5b0c24f3e9a29f8fe496f49db82f2e3f1b687ce?ds=inline;hp=a5b0c24f3e9a29f8fe496f49db82f2e3f1b687ce Add an expensive test for git-notes git-notes have the potential of being pretty expensive, so test with a lot of commits. A lot. So to make things cheaper, you have to opt-in explicitely, by setting the environment variable GIT_NOTES_TIMING_TESTS. This patch has been improved by the following contributions: - Junio C Hamano: tests: fix "export var=val" Signed-off-by: Johannes Schindelin Signed-off-by: Johan Herland Signed-off-by: Junio C Hamano ---