Skip to content

Commit

Permalink
Remove loader snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Jul 26, 2017
1 parent 7bed98e commit e65426f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/tfs/win32/1_build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ step "Build minified" {
exec { & npm run gulp -- --max_old_space_size=4096 "vscode-win32-$global:arch-min" }
}

step "Create loader snapshot" {
exec { & node build\lib\snapshotLoader.js --arch=$global:arch }
}
#step "Create loader snapshot" {
# exec { & node build\lib\snapshotLoader.js --arch=$global:arch }
#}

step "Run unit tests" {
exec { & .\scripts\test.bat --build --reporter dot }
Expand Down
2 changes: 2 additions & 0 deletions scripts/test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ popd

endlocal

echo 'errorlevel'
echo %errorlevel%
if %errorlevel% == 255 set errorlevel=0

exit /b %errorlevel%

0 comments on commit e65426f

Please sign in to comment.