349 Commits (be194d53c0ce38ab3e040c6be249550fab4e8e1c)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 0d314ce834 test-lib: use subshell instead of cd $new && .. && cd $old 15 years ago
Jonathan Nieder 07431fc8dc tests: simplify "missing PREREQ" message 15 years ago
Ævar Arnfjörð Bjarmason 62f539043c test-lib: Allow overriding of TEST_DIRECTORY 15 years ago
Ævar Arnfjörð Bjarmason 6cec5c6835 test-lib: Use "$GIT_BUILD_DIR" instead of "$TEST_DIRECTORY"/../ 15 years ago
Ævar Arnfjörð Bjarmason aed604c778 test-lib: Use $TEST_DIRECTORY or $GIT_BUILD_DIR instead of $(pwd) and ../ 15 years ago
Thomas Rast 568899539d test: Introduce $GIT_BUILD_DIR 15 years ago
Jonathan Nieder d0b8a61742 tests: make test_might_fail fail on missing commands 15 years ago
Jonathan Nieder 5c8e141414 tests: make test_might_fail more verbose 15 years ago
Jeff King a54ce3ca9e tests: make test_must_fail fail on missing commands 15 years ago
Jeff King 16034fbe59 tests: make test_must_fail more verbose 15 years ago
Ævar Arnfjörð Bjarmason ce60653e59 test-lib: Multi-prereq support only checked the last prereq 15 years ago
Ævar Arnfjörð Bjarmason c91cfd1916 tests: A SANITY test prereq for testing if we're root 15 years ago
Ævar Arnfjörð Bjarmason 71ce42c0a6 test-lib: Print missing prerequisites in test output 15 years ago
Ævar Arnfjörð Bjarmason 93a5724613 test-lib: Add support for multiple test prerequisites 15 years ago
Ævar Arnfjörð Bjarmason 8ef1abe550 test-lib: Don't write test-results when HARNESS_ACTIVE 15 years ago
Matthieu Moy 2caf20c52b test-lib: user-friendly alternatives to test [-d|-f|-e] 15 years ago
Ævar Arnfjörð Bjarmason d596f33abb test-lib: Remove 3 year old no-op --no-python option 15 years ago
Ævar Arnfjörð Bjarmason 092c433407 test-lib: Ignore --quiet under a TAP harness 15 years ago
Jonathan Nieder 800f11040d t4150 (am): style fix 15 years ago
Thomas Rast 7ea3ddf818 Only run aggregate-results over actual counts 15 years ago
Michael J Gruber 637ab29b86 test-lib: TAP compliance for skipping tests on request 15 years ago
Michael J Gruber 47e67d479b test-lib: simplify GIT_SKIP_TESTS loop 15 years ago
Ævar Arnfjörð Bjarmason 57e1538ac9 test-lib: output a newline before "ok" under a TAP harness 15 years ago
Ævar Arnfjörð Bjarmason d998bd4ab6 test-lib: Make the test_external_* functions TAP-aware 15 years ago
Ævar Arnfjörð Bjarmason 5099b99d25 test-lib: Adjust output to be valid TAP format 15 years ago
Junio C Hamano 5e87eae97d test-lib: use DIFF definition from GIT-BUILD-OPTIONS 15 years ago
Junio C Hamano 7b3bdbb335 fixup: do not unconditionally disable "diff -u" 15 years ago
Jonathan Nieder b6b0afdc30 test-lib: some shells do not let $? propagate into an eval 15 years ago
Jonathan Nieder 3bf7886705 test-lib: Let tests specify commands to be run at end of test 15 years ago
Michal Sojka 64b90323f6 test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+. 15 years ago
Jakub Narebski 5ae8030fde Export more test-related variables when running external tests 15 years ago
Jonathan Nieder fdf1bc48ca t7006: guard cleanup with test_expect_success 15 years ago
Thomas Rast 6956f858f6 notes: implement helpers needed for note copying during rewrite 15 years ago
Thomas Rast 894a9d333e Support showing notes from more than one notes tree 15 years ago
Thomas Rast 6ceeaee7ea test-lib: unset GIT_NOTES_REF to stop it from influencing tests 15 years ago
Bert Wesarg 5565f47c40 unset GREP_OPTIONS in test-lib.sh 15 years ago
Stephen Boyd c4f3f551a6 tests: consolidate CR removal/addition functions 15 years ago
Junio C Hamano cd3c095caa tests: move convenience regexp to match object names to test-lib.sh 15 years ago
Michael J Gruber 68cfc6f551 t7508-status: test all modes with color 15 years ago
Jeff King ac10a85785 tests: handle NO_PYTHON setting 15 years ago
Matthew Ogilvie e4597aae65 run test suite without dashed git-commands in PATH 15 years ago
Sverre Rabbelier 2fe40b6300 Add Python support library for remote helpers 15 years ago
Johan Herland d4e1b47a92 Basic build infrastructure for Python scripts 15 years ago
Jonathan Nieder d33738d7d3 Do not use VISUAL editor on dumb terminals 15 years ago
Brandon Casey 8648732e29 t/test-lib.sh: provide a shell implementation of the 'yes' utility 16 years ago
Jeff King f423ef5f2b tests: allow user to specify trash directory location 16 years ago
Jeff King 91c8b825ce tests: provide $TRASH_DIRECTORY variable 16 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