Skip to content
Snippets Groups Projects
Commit 34a900b5 authored by Damian Johnson's avatar Damian Johnson
Browse files

The run_tests.py's -t argument aliased to two things

The '-t' argument was an alias for '--target' and '--test'. In practice and
according to the help output it was actually just the former. This souldn't
actually change anything, just clarifying the code. Found as part of...

  https://trac.torproject.org/projects/tor/ticket/14804
parent ba47de68
No related branches found
No related tags found
No related merge requests found
......@@ -378,7 +378,7 @@ def _get_args(argv):
args['run_targets'] = run_targets
args['attribute_targets'] = attribute_targets
elif opt in ('-t', '--test'):
elif opt == '--test':
args['specific_test'] = arg
elif opt in ('-l', '--log'):
arg = arg.upper()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment