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 3c51624..3801432 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -505,7 +505,7 @@ def detect_tests_to_run(): ('common', 'common', False), ('failing-meson', 'failing', False), ('failing-build', 'failing build', False), - ('failing-tests', 'failing tests', False), + ('failing-test', 'failing test', False), ('platform-osx', 'osx', not mesonlib.is_osx()), ('platform-windows', 'windows', not mesonlib.is_windows() and not mesonlib.is_cygwin()), |