Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Feb 6, 2024
1 parent 72eb775 commit 87767c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
elif output == '--tests':
tests.extend(arg.split(','))
elif output == '--markers':
markers.extend(['-m', f'"base or {arg}"'])
markers.extend(['-m', f'base or {arg}'])

if 'ip' not in locals() and 'passwd' not in locals() and 'interface' not in locals():
print("Mandatory option missing!\n")
Expand Down

0 comments on commit 87767c3

Please sign in to comment.