diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-10-31 22:17:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-31 22:17:47 +0200 |
commit | cde0f4fca18b15a86218911d8519e1d334a27c7f (patch) | |
tree | 7b0fccfabc561252caa5fa25abed873e6c1a5f98 /mesonbuild | |
parent | 1540e615f13503722f1067c693f3d394218cbd9e (diff) | |
parent | 9b6214eb4d458bfeb9caa64f384df58c5bc393c6 (diff) | |
download | meson-cde0f4fca18b15a86218911d8519e1d334a27c7f.zip meson-cde0f4fca18b15a86218911d8519e1d334a27c7f.tar.gz meson-cde0f4fca18b15a86218911d8519e1d334a27c7f.tar.bz2 |
Merge pull request #2562 from 1ace/fix/mesontest
Remove references to `mesontest`
Diffstat (limited to 'mesonbuild')
-rw-r--r-- | mesonbuild/mtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |