From fe30c0e6a1c58cf26e544b02e380e636c154f8ad Mon Sep 17 00:00:00 2001 From: leper Date: Thu, 25 Sep 2014 15:17:30 +0000 Subject: [PATCH] Switch to ErrorPrinter on Windows. Refs #2488. This was SVN commit r15803. --- build/premake/premake4.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build/premake/premake4.lua b/build/premake/premake4.lua index 28cd80df8d..6226f70655 100644 --- a/build/premake/premake4.lua +++ b/build/premake/premake4.lua @@ -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