unittests: ensure terminal has 80 chars width

pull/5859/merge
Charles Brunet 2 years ago committed by Eli Schwartz
parent 6b2427a031
commit 64394fcbd6
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 1
      unittests/baseplatformtests.py

@ -95,6 +95,7 @@ class BasePlatformTests(TestCase):
# VS doesn't have a stable output when no changes are done
# XCode backend is untested with unit tests, help welcome!
self.no_rebuild_stdout = [f'UNKNOWN BACKEND {self.backend.name!r}']
os.environ['COLUMNS'] = '80'
self.builddirs = []
self.new_builddir()

Loading…
Cancel
Save