really check-in regrtest this time

svn: r9405
This commit is contained in:
James G Sack 2007-11-26 01:42:09 +00:00
parent db81451083
commit f1e80ba499
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2007-11-25 Jim Sack <jgsack@san.rr.com>
* src/test/regrtest.py : really do the checkin this time
2007-11-25 Jim Sack <jgsack@san.rr.com>
* src/gen/lib/test/date_test.py : make regrtest-compatible
* src/test/regrtest.py : add rsplit("/")

View File

@ -149,7 +149,7 @@ if __name__ == '__main__':
# hmmm this is starting to look like a unittest.Testprog
# (maybe with a custom TestLoader)
if args and os.path.isdir(args[0]):
loc = args[0]
loc = args[0].rstrip(os.path.sep)
else:
loc = gramps_root