mtest: print only one empty line before test summary

pull/9478/head
Hemmo Nieminen 3 years ago committed by Eli Schwartz
parent a9e25f4765
commit a0eb04788d
  1. 1
      mesonbuild/mtest.py

@ -1661,7 +1661,6 @@ class TestHarness:
def summary(self) -> str:
return textwrap.dedent('''
Ok: {:<4}
Expected Fail: {:<4}
Fail: {:<4}

Loading…
Cancel
Save