Switch to ErrorPrinter on Windows. Refs #2488.

This was SVN commit r15803.
This commit is contained in:
leper
2014-09-25 15:17:30 +00:00
parent d7d1607021
commit fe30c0e6a1
+1 -5
View File
@@ -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