Fix unit test directory path target.

This commit is contained in:
Matt Clay 2016-12-06 21:33:19 -05:00
commit 573078fc6b

View file

@ -281,7 +281,7 @@ class PathMapper(object):
} }
return { return {
'units': os.path.dirname(path), 'units': '%s/' % os.path.dirname(path),
} }
if path.startswith('test/runner/'): if path.startswith('test/runner/'):