mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Switch to ErrorPrinter on Windows. Refs #2488.
This was SVN commit r15803.
This commit is contained in:
@@ -1329,11 +1329,7 @@ function configure_cxxtestgen()
|
||||
if _OPTIONS["jenkins-tests"] then
|
||||
lcxxtestrootoptions = lcxxtestrootoptions .. " --runner=XmlPrinter"
|
||||
else
|
||||
if os.is("windows") then
|
||||
lcxxtestrootoptions = lcxxtestrootoptions .. " --runner=Win32ODSPrinter"
|
||||
else
|
||||
lcxxtestrootoptions = lcxxtestrootoptions .. " --runner=ErrorPrinter"
|
||||
end
|
||||
lcxxtestrootoptions = lcxxtestrootoptions .. " --runner=ErrorPrinter"
|
||||
end
|
||||
|
||||
-- Precompiled headers - the header is added to all generated .cpp files
|
||||
|
||||
Reference in New Issue
Block a user