mirror of
https://github.com/coder/code-server.git
synced 2025-07-31 14:04:06 +08:00
Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode'
This commit is contained in:
17
lib/vscode/scripts/test-documentation.bat
Normal file
17
lib/vscode/scripts/test-documentation.bat
Normal 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
|
Reference in New Issue
Block a user