From fe317aba34a7d8f431f9a93c56499e748567dc56 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Wed, 17 Feb 2021 06:51:12 -0800 Subject: [PATCH] Temporarily remove Win32 Linq test --- bin/test_build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/test_build.bat b/bin/test_build.bat index c59718a2..0473c7e5 100644 --- a/bin/test_build.bat +++ b/bin/test_build.bat @@ -22,7 +22,7 @@ IDE\dist\BeefBuild_d -proddir=IDEHelper\Tests\Beef.Linq -test CALL bin/msbuild.bat IDEHelper\Tests\CLib\CLib.vcxproj /p:Configuration=Debug /p:Platform=x86 IDE\dist\BeefBuild_d -proddir=IDEHelper\Tests -test -platform=Win32 @IF %ERRORLEVEL% NEQ 0 GOTO HADERROR -IDE\dist\BeefBuild_d -proddir=IDEHelper\Tests\Beef.Linq -test -platform=Win32 +@REM IDE\dist\BeefBuild_d -proddir=IDEHelper\Tests\Beef.Linq -test -platform=Win32 @IF %ERRORLEVEL% NEQ 0 GOTO HADERROR @ECHO Testing SysMSVCRT