Skip to content

Commit

Permalink
WIP: run only 1 natlab test
Browse files Browse the repository at this point in the history
  • Loading branch information
lcruz99 committed Mar 7, 2025
1 parent fc62af9 commit 9bc68c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nat-lab/run_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,13 @@ def get_pytest_arguments(options) -> List[str]:
else:
os.environ["TELIO_BIN_PROFILE"] = "release"

args.extend(["-k", "test_event_content_meshnet"])

if options.v:
args.extend(["--capture=no"])

if options.k:
args.extend(["-k", options.k])
# if options.k:
# args.extend(["-k", options.k])

if options.x:
args.extend(["-x"])
Expand Down

0 comments on commit 9bc68c6

Please sign in to comment.