From 2f22ed4faba4ad0e0985c508a1d50ec840064613 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 15 Mar 2019 11:18:20 +0200 Subject: [PATCH] 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 --- tests/hwsim/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hwsim/run-tests.py b/tests/hwsim/run-tests.py index 2b8d4d25e..9161576dc 100755 --- a/tests/hwsim/run-tests.py +++ b/tests/hwsim/run-tests.py @@ -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: