mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
* Update all packages * Potential fix for normal tests * Revert a change and try something else * Try this as well
12 lines
185 B
Batchfile
12 lines
185 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
|