mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-05 05:39:53 +01:00
Enable console colour in the approval tests on windows.
This commit is contained in:
parent
e5fe3e877a
commit
90988f578c
@ -12,6 +12,10 @@ import difflib
|
||||
import scriptCommon
|
||||
from scriptCommon import catchPath
|
||||
|
||||
if os.name == 'nt':
|
||||
# Enable console colours on windows
|
||||
os.system('')
|
||||
|
||||
rootPath = os.path.join(catchPath, 'projects/SelfTest/Baselines')
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user