Show the top-level test dir.

This commit is contained in:
Eric Snow 2018-03-05 23:22:16 +00:00
parent b820519181
commit 6576546fc2

View file

@ -75,6 +75,7 @@ def convert_argv(argv):
start = quickroot
else:
start = PROJECT_ROOT
print('(will look for tests under {})'.format(start))
cmd += [
'discover',
'--top-level-directory', PROJECT_ROOT,