Skip to content

Commit

Permalink
Attempt to disable auto debug 1
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Dec 25, 2021
1 parent 48484fc commit 22ac915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/misc/appveyorTestRunScript.bat
@@ -1,7 +1,8 @@
SETLOCAL EnableDelayedExpansion

rem Disable launching the JIT debugger for ctest.exe
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\AutoExclusionList" /v "ctest.ext" /t REG_DWORD /d 1
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\AutoExclusionList" /v "ctest.exe" /t REG_DWORD /d 1
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\AutoExclusionList" /v "SelfTest.exe" /t REG_DWORD /d 1
cd Build
if "%CONFIGURATION%"=="Debug" (
if "%coverage%"=="1" (
Expand Down

0 comments on commit 22ac915

Please sign in to comment.