Skip to content

Commit 6a720e1

Browse files
author
Benjamin Pasero
committed
try to get output for tests on appveyor
1 parent 57c890c commit 6a720e1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

scripts/test.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ if not "%BUILD_BUILDID%" == "" (
88
set ELECTRON_NO_ATTACH_CONSOLE=1
99
)
1010

11+
rem APPVEYOR Builds
12+
if not "%APPVEYOR%" == "" (
13+
set ELECTRON_NO_ATTACH_CONSOLE=1
14+
)
15+
1116
pushd %~dp0\..
1217

1318
for /f "tokens=2 delims=:," %%a in ('findstr /R /C:"\"nameShort\":.*" product.json') do set NAMESHORT=%%~a

0 commit comments

Comments
 (0)