mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-20 11:03:03 -05:00
tests: Fix run-tests.py module file (-l) handling
Prior cleanup broke the indentation here and made the addition of test cases unreachable. Fixes: 0663ae22ffc7 ("tests: Do not use tabs for indentation") Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
c675397cc3
commit
2f22ed4fab
@ -282,7 +282,7 @@ def main():
|
||||
line = line.strip()
|
||||
if not line or line.startswith('#'):
|
||||
continue
|
||||
args.testmodules.append(line)
|
||||
args.testmodules.append(line)
|
||||
|
||||
tests_to_run = []
|
||||
if args.tests:
|
||||
|
Loading…
x
Reference in New Issue
Block a user