[dotest] Disable color while testing.
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 17 Jul 2019 17:56:57 +0000 (17:56 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 17 Jul 2019 17:56:57 +0000 (17:56 +0000)
commitf90d3dff6edc906766cfe3196d6ac1b6d76e9c5a
tree8c1ed710a84cb03ea2770d1e03cfe458779342ea
parent0e2b74a2b0b875a601851f389bf4bd2fa7b33735
[dotest] Disable color while testing.

Disable colors so we don't risk having unexpected ANSI codes in the test
output. Currently, the behavior of a test can change depending on
whether it's run under a color-supporting terminal, or under a dummy
terminal, for example when using lit or multiprocessing.

llvm-svn: 366356
lldb/packages/Python/lldbsuite/test/lldbtest.py