Skip to content

Commit

Permalink
osgeo4w: avoid blocking error popup when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 25, 2018
1 parent a54192c commit 11b0995
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ms-windows/osgeo4w/package-nightly.cmd
Expand Up @@ -219,6 +219,8 @@ if exist ..\skiptests goto skiptests

echo RUN_TESTS: %DATE% %TIME%

reg add "HKCU\Software\Microsoft\Windows\Windows Error Reporting" /v DontShow /t REG_DWORD /d 1 /f

set oldtemp=%TEMP%
set oldtmp=%TMP%
set oldpath=%PATH%
Expand Down
2 changes: 2 additions & 0 deletions ms-windows/osgeo4w/package.cmd
Expand Up @@ -211,6 +211,8 @@ if exist ..\skiptests goto skiptests

echo RUN_TESTS: %DATE% %TIME%

reg add "HKCU\Software\Microsoft\Windows\Windows Error Reporting" /v DontShow /t REG_DWORD /d 1 /f

set oldtemp=%TEMP%
set oldtmp=%TMP%
set oldpath=%PATH%
Expand Down

0 comments on commit 11b0995

Please sign in to comment.