aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
authorNiklas Claesson <nicke.claesson@gmail.com>2018-04-04 16:44:18 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2018-05-23 23:30:07 +0300
commitecbeae565b1597f91f37513c258c077b1f54ad21 (patch)
tree5fa4c2ef6139f075dad83d3c4225507e58978b13 /run_project_tests.py
parent8d040fad6e65b02438faec9be67e1cbec264889d (diff)
downloadmeson-ecbeae565b1597f91f37513c258c077b1f54ad21.zip
meson-ecbeae565b1597f91f37513c258c077b1f54ad21.tar.gz
meson-ecbeae565b1597f91f37513c258c077b1f54ad21.tar.bz2
Enable running tests that fail at 'meson test'
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 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()),