rename test-release to test-documentation

This commit is contained in:
Martin Aeschlimann
2019-09-02 17:57:22 +02:00
parent ea4bd25cc5
commit 163d8c5aad
4 changed files with 17 additions and 18 deletions

View File

@@ -0,0 +1,17 @@
@echo off
setlocal
echo Runs tests against the current documentation in https://github.com/microsoft/vscode-docs/tree/vnext
pushd %~dp0\..
:: Endgame tests in AMD
call .\scripts\test.bat --runGlob **\*.releaseTest.js %*
if %errorlevel% neq 0 exit /b %errorlevel%
rmdir /s /q %VSCODEUSERDATADIR%
popd
endlocal