mirror of
https://git.zx2c4.com/cgit
synced 2024-11-08 09:38:41 +00:00
31f56fc1ec
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> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
setup.sh | ||
t0001-validate-git-versions.sh | ||
t0010-validate-html.sh | ||
t0020-validate-cache.sh | ||
t0101-index.sh | ||
t0102-summary.sh | ||
t0103-log.sh | ||
t0104-tree.sh | ||
t0105-commit.sh | ||
t0106-diff.sh | ||
t0107-snapshot.sh | ||
t0108-patch.sh | ||
t0109-gitconfig.sh |