about summary refs log tree commit diff
path: root/cgit.png
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2013-04-14 17:59:30 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2013-04-15 16:59:37 +0200
commit31f56fc1ecfe7e5131cf31a30a74dcc0803d32d0 (patch)
tree823727242c7b3dbb89d83aab6bc1f1110cc5a20a /cgit.png
parentt0109: test more URLs (diff)
downloadcgit-pink-31f56fc1ecfe7e5131cf31a30a74dcc0803d32d0.tar.gz
cgit-pink-31f56fc1ecfe7e5131cf31a30a74dcc0803d32d0.zip
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>
Diffstat (limited to 'cgit.png')
0 files changed, 0 insertions, 0 deletions
commit/ui.c?h=1.8&id=a26a6fee8d33dd583fa4fd3400387a8c05bd3fb5&follow=1'>Add reverse and reset IRC formatting codesJune McEnroe 2018-08-06Rewrite line editing again, add formattingJune McEnroe 2018-08-06Fix allocation size in vaswprintfJune McEnroe 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe