Skip to content

Commit

Permalink
test: update OSGeo4W directory
Browse files Browse the repository at this point in the history
  • Loading branch information
minorua committed Jan 9, 2024
1 parent 436a8ec commit 738d98d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/run_test-no_debug.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
rem run_test-no_debug.bat
rem begin: 2015-09-06

if "%OSGEO4W_ROOT%" == "" set OSGEO4W_ROOT=C:\OSGeo4W64
if "%OSGEO4W_ROOT%" == "" set OSGEO4W_ROOT=C:\OSGeo4W
if "%QGIS_PACKAGE%" == "" set QGIS_PACKAGE=qgis
if "%PY_VERSION%" == "" set PY_VERSION=37

Expand Down
2 changes: 1 addition & 1 deletion tests/run_test-qgis.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set OSGEO4W_ROOT=C:\OSGeo4W64
set OSGEO4W_ROOT=C:\OSGeo4W
set QGIS_PACKAGE=qgis
set PY_VERSION=39
call run_test.bat
2 changes: 1 addition & 1 deletion tests/run_test-qgis_dev.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
rem run_test-dev.bat
rem begin: 2015-09-06

set OSGEO4W_ROOT=C:\OSGeo4W64v2
set OSGEO4W_ROOT=C:\OSGeo4W
set QGIS_PACKAGE=qgis-dev
set PY_VERSION=39
call run_test.bat
2 changes: 1 addition & 1 deletion tests/run_test.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

if "%OSGEO4W_ROOT%" == "" set OSGEO4W_ROOT=C:\OSGeo4W64
if "%OSGEO4W_ROOT%" == "" set OSGEO4W_ROOT=C:\OSGeo4W
if "%QGIS_PACKAGE%" == "" set QGIS_PACKAGE=qgis
if "%PY_VERSION%" == "" set PY_VERSION=37

Expand Down

0 comments on commit 738d98d

Please sign in to comment.