Sign in
googlers
/
jrn
/
git
/
497215d8811ac7b8955693ceaad0899ecd894ed2
/
t
/
test-lib.sh
c4800a3
Merge branch 'tr/mergetool-valgrind'
by Junio C Hamano
· 13 years ago
ee0d7bf
Symlink mergetools scriptlets into valgrind wrappers
by Thomas Rast
· 14 years ago
f946b46
Merge branch 'jk/color-and-pager'
by Junio C Hamano
· 14 years ago
6fcb384
Merge branch 'rt/zlib-smaller-window'
by Junio C Hamano
· 14 years ago
d960c47
test-lib: add helper functions for config
by Jeff King
· 14 years ago
3f4ab62
test: consolidate definition of $LF
by Junio C Hamano
· 14 years ago
a7c58f2
test: cope better with use of return for errors
by Jonathan Nieder
· 14 years ago
aa0bcf9
test: simplify return value of test_run_
by Jonathan Nieder
· 14 years ago
f5cfd52
Merge branch 'maint-1.7.5' into maint
by Junio C Hamano
· 14 years ago
b586744
test: skip clean-up when running under --immediate mode
by Junio C Hamano
· 14 years ago
36bfb0e
tests: link shell libraries into valgrind directory
by Jeff King
· 14 years ago
dd4c0ce
Merge branch 'ab/i18n-fixup' into maint
by Junio C Hamano
· 14 years ago
be653d6
Merge branch 'mk/grep-pcre'
by Junio C Hamano
· 14 years ago
7eacc2b
Merge branch 'jn/userdiff-perl-updates'
by Junio C Hamano
· 14 years ago
f5b7ce1
tests: make test_expect_code quieter on success
by Jonathan Nieder
· 14 years ago
a613b53
Merge branch 'jc/fix-diff-files-unmerged' into maint
by Junio C Hamano
· 14 years ago
8f852ce
grep: Add basic tests
by Michał Kiedrowicz
· 14 years ago
22dbeee
Merge branch 'jc/fix-diff-files-unmerged'
by Junio C Hamano
· 14 years ago
a75c352
Merge branch 'ab/i18n-fixup'
by Junio C Hamano
· 14 years ago
c54e6be
t/test-lib.sh: minor readability improvements
by Mathias Lafeldt
· 14 years ago
3749fde
test: use $_z40 from test-lib
by Junio C Hamano
· 14 years ago
127df8c
i18n: do not overuse C_LOCALE_OUTPUT (grep)
by Junio C Hamano
· 14 years ago
cabdee2
i18n: do not overuse C_LOCALE_OUTPUT
by Junio C Hamano
· 14 years ago
537d990
Merge branch 'maint'
by Junio C Hamano
· 14 years ago
90cff96
HOME must be set before calling git-init when creating test repositories
by Alex Riesen
· 14 years ago
730477f
tests: fix overeager scrubbing of environment variables
by Jens Lehmann
· 14 years ago
50aaeca
Merge branch 'jn/test-sanitize-git-env'
by Junio C Hamano
· 14 years ago
95a1d12
tests: scrub environment of GIT_* variables
by Jonathan Nieder
· 14 years ago
8f323c0
config: drop support for GIT_CONFIG_NOGLOBAL
by Jonathan Nieder
· 14 years ago
3c995be
tests: suppress system gitattributes
by Jonathan Nieder
· 14 years ago
67e6d81
tests: stop worrying about obsolete environment variables
by Jonathan Nieder
· 14 years ago
3095522
i18n: do not poison translations unless GIT_GETTEXT_POISON envvar is set
by Jonathan Nieder
· 14 years ago
bb946bb
i18n: add GETTEXT_POISON to simulate unfriendly translator
by Ævar Arnfjörð Bjarmason
· 14 years ago
99e63ef
Merge branch 'maint'
by Junio C Hamano
· 14 years ago
a1231de
tests: sanitize more git environment variables
by Jeff King
· 14 years ago
7810c6b
Merge branch 'rj/test-fixes'
by Junio C Hamano
· 14 years ago
5b5d53c
t4135-*.sh: Skip the "backslash" tests on cygwin
by Ramsay Jones
· 14 years ago
a31d066
t6038-*.sh: Pass the -b (--binary) option to sed on cygwin
by Ramsay Jones
· 14 years ago
4e3a1b2
Merge branch 'maint'
by Junio C Hamano
· 14 years ago
c2ed29b
test-lib.sh/test_decode_color(): use octal not hex in awk script
by Brandon Casey
· 14 years ago
b3ff808
Merge branch 'en/and-cascade-tests'
by Junio C Hamano
· 14 years ago
4713fd9
Merge branch 'kb/maint-diff-ws-check' into maint
by Junio C Hamano
· 14 years ago
44e4155
Merge branch 'kb/maint-diff-ws-check'
by Junio C Hamano
· 14 years ago
0510480
Merge branch 'jk/push-progress'
by Junio C Hamano
· 14 years ago
07e0a83
Merge branch 'jk/maint-rev-list-nul'
by Junio C Hamano
· 14 years ago
fb3340a
test-lib: introduce test_line_count to measure files
by Jonathan Nieder
· 14 years ago
a471833
test-lib: extend test_decode_color to handle more color codes
by Kevin Ballard
· 14 years ago
05236a5
test-lib: allow test code to check the list of declared prerequisites
by Jonathan Nieder
· 14 years ago
9130ac9
rev-list: handle %x00 NUL in user format
by Jeff King
· 14 years ago
00648ba
Introduce sane_unset and use it to ensure proper && chaining
by Elijah Newren
· 14 years ago
892e6f7
test-lib: make test_expect_code a test command
by Ævar Arnfjörð Bjarmason
· 14 years ago
a94114a
Do not strip CR when grepping HTTP headers.
by Pat Thoyts
· 15 years ago
3ba9ba8
Skip t1300.70 and 71 on msysGit.
by Pat Thoyts
· 14 years ago
1080be2
Merge branch 'jk/test-must-fail-missing'
by Junio C Hamano
· 15 years ago
a2c6726
Merge branch 'ab/test-2'
by Junio C Hamano
· 15 years ago
e4c62e6
tests: factor HOME=$(pwd) in test-lib.sh
by Matthieu Moy
· 15 years ago
0d314ce
test-lib: use subshell instead of cd $new && .. && cd $old
by Ævar Arnfjörð Bjarmason
· 15 years ago
07431fc
tests: simplify "missing PREREQ" message
by Jonathan Nieder
· 15 years ago
62f5390
test-lib: Allow overriding of TEST_DIRECTORY
by Ævar Arnfjörð Bjarmason
· 15 years ago
6cec5c6
test-lib: Use "$GIT_BUILD_DIR" instead of "$TEST_DIRECTORY"/../
by Ævar Arnfjörð Bjarmason
· 15 years ago
aed604c
test-lib: Use $TEST_DIRECTORY or $GIT_BUILD_DIR instead of $(pwd) and ../
by Ævar Arnfjörð Bjarmason
· 15 years ago
5688995
test: Introduce $GIT_BUILD_DIR
by Thomas Rast
· 15 years ago
d0b8a61
tests: make test_might_fail fail on missing commands
by Jonathan Nieder
· 15 years ago
5c8e141
tests: make test_might_fail more verbose
by Jonathan Nieder
· 15 years ago
a54ce3c
tests: make test_must_fail fail on missing commands
by Jeff King
· 15 years ago
16034fb
tests: make test_must_fail more verbose
by Jeff King
· 15 years ago
5cba122
Merge branch 'mm/rebase-i-exec'
by Junio C Hamano
· 15 years ago
ce60653
test-lib: Multi-prereq support only checked the last prereq
by Ævar Arnfjörð Bjarmason
· 15 years ago
c91cfd1
tests: A SANITY test prereq for testing if we're root
by Ævar Arnfjörð Bjarmason
· 15 years ago
71ce42c
test-lib: Print missing prerequisites in test output
by Ævar Arnfjörð Bjarmason
· 15 years ago
93a5724
test-lib: Add support for multiple test prerequisites
by Ævar Arnfjörð Bjarmason
· 15 years ago
8ef1abe
test-lib: Don't write test-results when HARNESS_ACTIVE
by Ævar Arnfjörð Bjarmason
· 15 years ago
9c74b94
Merge branch 'jn/rebase-rename-am'
by Junio C Hamano
· 15 years ago
2caf20c
test-lib: user-friendly alternatives to test [-d|-f|-e]
by Matthieu Moy
· 15 years ago
7d80812
Merge branch 'ab/tap' into maint
by Junio C Hamano
· 15 years ago
d596f33
test-lib: Remove 3 year old no-op --no-python option
by Ævar Arnfjörð Bjarmason
· 15 years ago
092c433
test-lib: Ignore --quiet under a TAP harness
by Ævar Arnfjörð Bjarmason
· 15 years ago
800f110
t4150 (am): style fix
by Jonathan Nieder
· 15 years ago
7ea3ddf
Only run aggregate-results over actual counts
by Thomas Rast
· 15 years ago
637ab29
test-lib: TAP compliance for skipping tests on request
by Michael J Gruber
· 15 years ago
47e67d4
test-lib: simplify GIT_SKIP_TESTS loop
by Michael J Gruber
· 15 years ago
57e1538
test-lib: output a newline before "ok" under a TAP harness
by Ævar Arnfjörð Bjarmason
· 15 years ago
d998bd4
test-lib: Make the test_external_* functions TAP-aware
by Ævar Arnfjörð Bjarmason
· 15 years ago
5099b99
test-lib: Adjust output to be valid TAP format
by Ævar Arnfjörð Bjarmason
· 15 years ago
8d676d8
Merge branch 'gv/portable'
by Junio C Hamano
· 15 years ago
5e87eae
test-lib: use DIFF definition from GIT-BUILD-OPTIONS
by Junio C Hamano
· 15 years ago
7b3bdbb
fixup: do not unconditionally disable "diff -u"
by Junio C Hamano
· 15 years ago
921296d
Merge branch 'jn/gitweb-caching-prep'
by Junio C Hamano
· 15 years ago
f9a518e
Merge branch 'jn/t7006-fixup'
by Junio C Hamano
· 15 years ago
b6b0afd
test-lib: some shells do not let $? propagate into an eval
by Jonathan Nieder
· 15 years ago
3bf7886
test-lib: Let tests specify commands to be run at end of test
by Jonathan Nieder
· 15 years ago
64b9032
test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.
by Michal Sojka
· 15 years ago
5ae8030
Export more test-related variables when running external tests
by Jakub Narebski
· 15 years ago
fdf1bc4
t7006: guard cleanup with test_expect_success
by Jonathan Nieder
· 15 years ago
a86ed83
Merge branch 'tr/notes-display'
by Junio C Hamano
· 15 years ago
6956f85
notes: implement helpers needed for note copying during rewrite
by Thomas Rast
· 15 years ago
894a9d3
Support showing notes from more than one notes tree
by Thomas Rast
· 15 years ago
6ceeaee
test-lib: unset GIT_NOTES_REF to stop it from influencing tests
by Thomas Rast
· 15 years ago
5565f47
unset GREP_OPTIONS in test-lib.sh
by Bert Wesarg
· 15 years ago
c4f3f55
tests: consolidate CR removal/addition functions
by Stephen Boyd
· 15 years ago
Next »