Strip trailing slash for cleanliness

main
Dan Buch 8 years ago
parent d94fdb3e84
commit 5fa09b8e23
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

@ -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…
Cancel
Save