Skip to content

Commit

Permalink
[chores] Minor improvement in runtests.py script
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 1, 2024
1 parent fb0121b commit 48148f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
args.extend(['--tag', 'wifi_mesh'])
else:
args.extend(['--exclude-tag', 'wifi_mesh'])
execute_from_command_line(args)
sys.exit(
pytest.main(
[os.path.join('openwisp_network_topology', 'tests', 'test_websockets.py')]
execute_from_command_line(args)
sys.exit(
pytest.main(
[os.path.join('openwisp_network_topology', 'tests', 'test_websockets.py')]
)
)
)

0 comments on commit 48148f3

Please sign in to comment.