Commit Graph

12 Commits

Author SHA1 Message Date
Steve Streeting
4c1e5ac12d Fix the first Windows integration test error, paths
We have to be able to convert from MinGW paths to native Windows paths,
and also to handle those paths in Bash without the '\' characters
escaping into tabs etc. This commit fixes the very first test in
test-env.sh as a proof of concept
2015-10-22 16:16:14 +01:00
risk danger olson
63f388f4e0 don't use ldflags in credential tests
gccgo silently ignores them, causing tests to fail.
2015-08-11 14:18:30 -06:00
Rick Olson
b2e7ba29d8 teach the git credential helper how to read passwords from disk 2015-08-04 10:06:30 -06:00
Rick Olson
202ae122d4 update the shebang lines to use bash 2015-07-29 20:37:31 -06:00
Rick Olson
1efb30a51f rebuild HOME for each test 2015-07-29 20:03:57 -06:00
Rick Olson
4e032fbb59 allow a custom rootdir 2015-06-19 11:06:55 -06:00
Rick Olson
6063148e43 set the user values 2015-05-26 09:47:57 -06:00
Rick Olson
1feee5837e create a new HOME with a global git config just for tests 2015-05-26 09:39:04 -06:00
Rick Olson
f88f3660b9 configurable TMPDIR 2015-05-21 15:01:35 -06:00
Rick Olson
904145fcce lots of test docs 2015-05-19 16:54:15 -06:00
Rick Olson
de1e0a0c22 run tests in parallel with xargs 2015-05-18 19:09:32 -06:00
Rick Olson
7b6d89d59f teach script/integration how to setup and run the test suite 2015-05-18 17:28:58 -06:00