This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
azuredatastudio/scripts/test-unstable.bat
T

12 lines
187 B
Batchfile

@echo off
setlocal
set "ADS_TEST_GREP=/(@UNSTABLE@|Unexpected Errors & Loader Errors)/"
set ADS_TEST_INVERT_GREP=
echo Running UNSTABLE ADS Core Tests
call %~dp0\test.bat %*
endlocal