aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py2
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)