We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f836672 commit 6ee1d67Copy full SHA for 6ee1d67
ms-windows/osgeo4w/package-nightly.cmd
@@ -208,9 +208,11 @@ if exist ..\skiptests goto skiptests
208
echo RUN_TESTS: %DATE% %TIME%
209
210
set oldtemp=%TEMP%
211
+set oldtmp=%TMP%
212
set oldpath=%PATH%
213
-set TEMP=%TEMP%\%PACKAGE%-%ARCH%
214
+set TEMP=%TEMP%\%PACKAGENAME%-%ARCH%
215
+set TMP=%TEMP%
216
if exist %TEMP% rmdir /s /q %TEMP%
217
mkdir %TEMP%
218
@@ -224,6 +226,7 @@ cmake --build %BUILDDIR% --target Nightly --config %BUILDCONF%
224
226
if errorlevel 1 echo TESTS WERE NOT SUCCESSFUL.
225
227
228
set TEMP=%oldtemp%
229
+set TMP=%oldtmp%
230
PATH %oldpath%
231
232
:skiptests
0 commit comments