mtest: print correct name in error message

pull/2562/head
Eric Engestrom 7 years ago
parent 1556bae75a
commit 9b6214eb4d
  1. 2
      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

Loading…
Cancel
Save