mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Show the top-level test dir.
This commit is contained in:
parent
b820519181
commit
6576546fc2
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue