Commit Graph

11 Commits

Author SHA1 Message Date
Rick Olson
f6d96803a3 update pre-push to be more explicit about the path 2015-08-14 09:59:16 -06:00
Rick Olson
5b7990ce92 teach the init command how to update pre-push hooks with force
This reuses the update command completely.
2015-08-13 17:13:00 -06:00
Rick Olson
202ae122d4 update the shebang lines to use bash 2015-07-29 20:37:31 -06:00
Rick Olson
18759e5bfb no need to create a temp home since each test has its own 2015-07-29 20:04:07 -06:00
risk danger olson
c97c5dc335 Revert 'this tempdir home stuff is unnecessary'
This reverts commit 0e30dba7c8d6d51b90f5a3cacd032199cb9f2589.
2015-07-10 10:56:33 -06:00
risk danger olson
0e30dba7c8 this tempdir home stuff is unnecessary
the test framework already resets $HOME/.gitconfig
2015-07-10 10:43:49 -06:00
Rick Olson
37f62bdeb1 learn grep -c 2015-07-07 08:43:59 -06:00
Rick Olson
82df715085 test that (MISSING) is not in the init message anymore 2015-07-06 17:27:09 -06:00
Rick Olson
fb4cc48ef6 test --force 2015-07-06 17:12:31 -06:00
rubyist
1dbc5a102c Isolate init tests
There's a race condition in the integration suite for anything that
relies on $HOME/.gitconfig. When the suite runs in parallel (by
default), a new $HOME/.gitconfig is copied in for each test that's run.
If a test is trying to modify and validate changes to this file, as the
init tests are, then it could be overwritten before the checks, causing
tests to fail.
2015-06-29 15:33:12 -04:00
Rick Olson
7955046d5c add some basic init tests 2015-06-28 06:48:59 -06:00