Modified test-lib.sh to use ~/code/git as git dir.
commitbb3b05dd9a8b55ebaee273d6d3121ba9c0e64f68
authorSverre Rabbelier <sverre@rabbelier.nl>
Thu, 5 Jun 2008 10:41:52 +0000 (5 12:41 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Thu, 5 Jun 2008 10:41:52 +0000 (5 12:41 +0200)
tree62d0a41d61652bd4b2aaf8e96749d82e9ca32680
parent7ff42f0e496d17278ea54af67c27d23dd133a19c
Modified test-lib.sh to use ~/code/git as git dir.

Because we are not running from inside a git.git repository
but the test harness does expect this, point everything at
a real git.git repository under ~/code/git.
This is ofcourse setup dependant and a more elegant
solution will have to be introduced later on.
This change also adds my personal modifications to
test-lib.sh which make it output additional information
about how many testcases passed/failed so for easy
data-mining later on.
src/t/test-lib.sh