107 Commits (4c8d4c14c6de59bc14d6118724ffee949e8654a7)

Author SHA1 Message Date
Emil Sit 81db4abf84 test-lib: Clean up comments and Makefile. 16 years ago
Junio C Hamano 91e80b984e tests: fix "export var=val" 16 years ago
Junio C Hamano e656fc97a2 tests: fix test_commit() for case insensitive filesystems 16 years ago
Johannes Schindelin 008849689e test-lib.sh: introduce test_commit() and test_merge() helpers 16 years ago
Markus Heidelberg 35641310af use uppercase POSIX compliant signals for the 'trap' command 16 years ago
Johannes Schindelin 8befc50c49 Get rid of the last remnants of GIT_CONFIG_LOCAL 16 years ago
Shawn O. Pearce 72d404deba test-lib: fix broken printf 16 years ago
Miklos Vajna b8eecafd88 test-lib: fix color reset in say_color() 16 years ago
Johannes Schindelin 5a4a088add test-lib: do not remove trash_directory if called with --debug 17 years ago
Junio C Hamano bfdbee9810 tests: use $TEST_DIRECTORY to refer to the t/ directory 17 years ago
Johannes Schindelin abc5d372ec Enable parallel tests 17 years ago
Stephan Beyer 5a26973025 t/test-lib.sh: exit with small negagive int is ok with test_must_fail 17 years ago
Lea Wiemann 4c7ba956a3 test-lib.sh: show git init output when in verbose mode 17 years ago
Lea Wiemann fb32c41008 t/test-lib.sh: add test_external and test_external_without_stderr 17 years ago
Lea Wiemann 5e2c08c6f0 test-lib.sh: add --long-tests option 17 years ago
Jakub Narebski 9adefee5b5 Use 'trash directory' thoroughly in t/test-lib.sh 17 years ago
Lea Wiemann 7b7b4516de t/.gitattributes: only ignore whitespace errors in test files 17 years ago
Sverre Rabbelier 2d84e9fb6d Modify test-lib.sh to output stats to t/test-results/* 17 years ago
Lea Wiemann 1bd9c64840 t/test-lib.sh: resolve symlinks in working directory, for pathname comparisons 17 years ago
David Reiss 0454dd93bf Add support for GIT_CEILING_DIRECTORIES 17 years ago
Brandon Casey 9231e3a953 t/Makefile: "trash" directory was renamed recently 17 years ago
Alex Riesen 2a028a0cab Ensure that a test is run in the trash directory 17 years ago
Bryan Donlan 4a7aaccd83 Rename the test trash directory to contain spaces. 17 years ago
Bryan Donlan b480f5cf1a test-lib.sh: Fix some missing path quoting 17 years ago
Bryan Donlan 02b3566003 test-lib.sh: Add a test_set_editor function to safely set $VISUAL 17 years ago
Junio C Hamano 8ee002fd3d test_must_fail: 129 is a valid error code from usage() 17 years ago
Junio C Hamano 8d14ac9454 Test: catch if trash cannot be removed 17 years ago
Jeff King 82ebb0b6ec add test_cmp function for test scripts 17 years ago
Junio C Hamano c2116a1783 test-lib: fix TERM to dumb for test repeatability 17 years ago
Junio C Hamano 90d0ed96b7 tests: introduce test_must_fail 17 years ago
Junio C Hamano 7435982102 tests: introduce test_must_fail 17 years ago
Jeff King 7cf7f54a65 use build-time SHELL_PATH in test scripts 17 years ago
Clemens Buchacher faa4bc35a0 http-push: add regression tests 17 years ago
Jeff King 8bfa6bd647 fix config reading in tests 17 years ago
Junio C Hamano 11d54b8b9a test: reword the final message of tests with known breakages 17 years ago
Junio C Hamano 41ac414ea2 Sane use of test_expect_failure 17 years ago
Michele Ballabio 0509eb216f Fix typo in a comment in t/test-lib.sh 17 years ago
Michele Ballabio 570f322669 test-lib.sh: move error line after error() declaration 17 years ago
Alex Riesen f31dfa604c Do no colorify test output if stdout is not a terminal 17 years ago
Pierre Habouzit 1ece127467 Support a --quiet option in the test-suite. 17 years ago
Pierre Habouzit 55db1df0c8 Add some fancy colors in the test library when terminal supports it. 17 years ago
Junio C Hamano 18508c39c4 Unset GIT_EDITOR while running tests. 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Matthias Lederhofer 892c41b98a introduce GIT_WORK_TREE to specify the work tree 18 years ago
Josh Triplett 28a94f885a Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAIL 18 years ago
Junio C Hamano 886a39074b t/test-lib.sh: Protect ourselves from common misconfiguration 18 years ago
Alex Riesen 4848509a97 Fix permissions on test scripts 18 years ago
Eric Wong 56cf9806a9 Update tests to use test-chmtime 18 years ago
Johannes Schindelin 8565d2d853 Make tests independent of global config files 18 years ago
Shawn O. Pearce 8d0fc48f27 Default GIT_MERGE_VERBOSITY to 5 during tests. 18 years ago