diff --git a/scripts/test-integration.bat b/scripts/test-integration.bat index 21e3e96b7c7..3d83e302c7a 100644 --- a/scripts/test-integration.bat +++ b/scripts/test-integration.bat @@ -1,6 +1,8 @@ @echo off setlocal +pushd %~dp0\.. + if not "%APPVEYOR%" == "" ( set ELECTRON_RUN_AS_NODE= ) @@ -13,4 +15,6 @@ set VSCODEUSERDATADIR=%TMP%\vscodeuserfolder-%RANDOM%-%TIME:~6,5% rmdir /s /q %VSCODEUSERDATADIR% +popd + endlocal