138 Commits (92815b3363c6cf317337437a986bdf2e8f1aa3a0)

Author SHA1 Message Date
Brandon Casey 8648732e29 t/test-lib.sh: provide a shell implementation of the 'yes' utility 15 years ago
Jeff King f423ef5f2b tests: allow user to specify trash directory location 15 years ago
Jeff King 91c8b825ce tests: provide $TRASH_DIRECTORY variable 15 years ago
Clemens Buchacher 6e7b5aaf40 test-lib: allow exit trap to be used for cleanup by tests 16 years ago
Clemens Buchacher 1f729dca93 test-lib: fail if invalid options are passed 16 years ago
Michael J Gruber 3a0483281a test-lib.sh: Help test_create_repo() find the templates dir 16 years ago
Jeff King 1b19ccd236 tests: skip perl tests if NO_PERL is defined 16 years ago
Emil Sit 81db4abf84 test-lib: Clean up comments and Makefile. 16 years ago
Johannes Sixt fb9a2beab2 t7502-commit: Skip SIGTERM test on Windows 16 years ago
Johannes Sixt 6fd1106aa4 t3700: Skip a test with backslashes in pathspec 16 years ago
Johannes Sixt ee9fb68c39 Skip tests that require a filesystem that obeys POSIX permissions 16 years ago
Johannes Sixt 704a3143d5 Use prerequisite tags to skip tests that depend on symbolic links 16 years ago
Johannes Sixt a7bb394037 test-lib: Infrastructure to test and check for prerequisites 16 years ago
Johannes Sixt 4114156ae9 Tests on Windows: $(pwd) must return Windows-style paths 16 years ago
Johannes Sixt 5397ea314f test-lib: Work around missing sum on Windows 16 years ago
Johannes Sixt f17e9fbbe9 test-lib: Work around incompatible sort and find on Windows 16 years ago
Johannes Sixt 1f553918a8 test-lib: Introduce test_chmod and use it instead of update-index --chmod 16 years ago
Johannes Sixt 8586f98bd2 test-lib: Simplify test counting. 16 years ago
Johannes Sixt d5d9de1b10 test-lib: Replace uses of $(expr ...) by POSIX shell features. 16 years ago
Michael J Gruber 6720721e15 test-lib.sh: Allow running the test suite against installed git 16 years ago
Michael J Gruber 7ee3760e2c test-lib.sh: Test for presence of git-init in the right path. 16 years ago
Johannes Schindelin bba2a7b22f test-lib: write test results to test-results/<basename>-<pid> 16 years ago
Junio C Hamano 91e80b984e tests: fix "export var=val" 16 years ago
Johannes Schindelin a6d63b7493 test-lib: avoid assuming that templates/ are in the GIT_EXEC_PATH 16 years ago
Johannes Schindelin 3da9365234 Tests: let --valgrind imply --verbose and --tee 16 years ago
Johannes Schindelin 44138559e8 test-lib.sh: optionally output to test-results/$TEST.out, too 16 years ago
Johannes Schindelin efd92ffd31 Valgrind support: check for more than just programming errors 16 years ago
Johannes Schindelin 4e1be63c3b Add valgrind support in test scripts 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 16 years ago
Junio C Hamano bfdbee9810 tests: use $TEST_DIRECTORY to refer to the t/ directory 16 years ago
Johannes Schindelin abc5d372ec Enable parallel tests 16 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