From 9b6214eb4d458bfeb9caa64f384df58c5bc393c6 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 31 Oct 2017 10:10:35 +0000 Subject: mtest: print correct name in error message --- mesonbuild/mtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild') diff --git a/mesonbuild/mtest.py b/mesonbuild/mtest.py index 4e049a8..cba9fc3 100644 --- a/mesonbuild/mtest.py +++ b/mesonbuild/mtest.py @@ -619,6 +619,6 @@ def run(args): return th.doit() return th.run_special() except TestException as e: - print('Mesontest encountered an error:\n') + print('Meson test encountered an error:\n') print(e) return 1 -- cgit v1.1