From: Jakub Narebski Date: Sat, 24 Apr 2010 13:50:09 +0000 (+0200) Subject: Export more test-related variables when running external tests X-Git-Tag: v1.7.2-rc0~34^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5ae8030fdeb0bb00b94cc830dc98d4fb9d0d532e?hp=5ae8030fdeb0bb00b94cc830dc98d4fb9d0d532e Export more test-related variables when running external tests Add exporting TEST_DIRECTORY and TRASH_DIRECTORY to test_external, for external tests to be able to find test script (and git sources), and to find trash directory (usually with test repository in it). Add also exporting GIT_TEST_LONG, so that external test can skip time-intensive tests unless test is invoked with `--long' option. Signed-off-by: Jakub Narebski Acked-by: Petr Baudis Signed-off-by: Junio C Hamano ---