diff options
-rw-r--r-- | testsuite/driver/runtests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/driver/runtests.py b/testsuite/driver/runtests.py index d2e25eaa19..6983866d5f 100644 --- a/testsuite/driver/runtests.py +++ b/testsuite/driver/runtests.py @@ -121,7 +121,7 @@ if args.test_package_db: config.test_package_db = args.test_package_db if args.only: - config.only = args.only + config.only = set(args.only) config.run_only_some_tests = True if args.way: |