]> granicus.if.org Git - cgit/commit
tests: set TEST_OUTPUT_DIRECTORY to the CGit test directory
authorJohn Keeping <john@keeping.me.uk>
Sun, 14 Apr 2013 16:59:30 +0000 (17:59 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 15 Apr 2013 14:59:37 +0000 (16:59 +0200)
commit31f56fc1ecfe7e5131cf31a30a74dcc0803d32d0
tree823727242c7b3dbb89d83aab6bc1f1110cc5a20a
parent64f30688faef0876641a8e0e4f26b5c673c291d4
tests: set TEST_OUTPUT_DIRECTORY to the CGit test directory

By default, Git's test suite puts the trash directories and test-results
directory into its own directory, not that containing the tests being
run.  This is less convenient for inspecting test failures, so set the
output directory to CGit's tests/ directory instead.

Note that there is currently a bug in Git whereby it will create the
trash directories in our tests/ directory regardless of the value of
TEST_OUTPUT_DIRECTORY, and then fail to remove them once the tests are
done.  This change does currently affect the location of the
test-results/ directory though.

Signed-off-by: John Keeping <john@keeping.me.uk>
tests/setup.sh