Strip trailing slash for cleanliness
This commit is contained in:
parent
d94fdb3e84
commit
5fa09b8e23
2
runtests
2
runtests
@ -42,7 +42,7 @@ def _test():
|
|||||||
|
|
||||||
_run('go test -v'.split() + [
|
_run('go test -v'.split() + [
|
||||||
'-coverprofile={}'.format(coverprofile),
|
'-coverprofile={}'.format(coverprofile),
|
||||||
'{}/{}'.format(PACKAGE_NAME, subpackage)
|
('{}/{}'.format(PACKAGE_NAME, subpackage)).rstrip('/')
|
||||||
])
|
])
|
||||||
|
|
||||||
combined = _combine_coverprofiles(coverprofiles)
|
combined = _combine_coverprofiles(coverprofiles)
|
||||||
|
Loading…
Reference in New Issue
Block a user