diff options
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-x | run_project_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_project_tests.py b/run_project_tests.py index 0496d4a..1f48be7 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -529,7 +529,7 @@ if __name__ == '__main__': parser.add_argument('extra_args', nargs='*', help='arguments that are passed directly to Meson (remember to have -- before these).') parser.add_argument('--backend', default=None, dest='backend', - choices = backendlist) + choices=backendlist) options = parser.parse_args() setup_commands(options.backend) |