diff --git a/runtests b/runtests index c295f0c..162e23e 100755 --- a/runtests +++ b/runtests @@ -42,7 +42,7 @@ def _test(): _run('go test -v'.split() + [ '-coverprofile={}'.format(coverprofile), - '{}/{}'.format(PACKAGE_NAME, subpackage) + ('{}/{}'.format(PACKAGE_NAME, subpackage)).rstrip('/') ]) combined = _combine_coverprofiles(coverprofiles)