really check-in regrtest this time
svn: r9405
This commit is contained in:
parent
db81451083
commit
f1e80ba499
@ -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("/")
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user