From 11f42a781cd68622b663da6166a6ccbff8f3dbac Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Wed, 26 Apr 2017 10:17:59 +0200 Subject: [PATCH] build --- scripts/test-integration.bat | 4 ++++ 1 file changed, 4 insertions(+) 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