Files
azuredatastudio/scripts/test-unstable.bat
Amir Omidi 9f9c65591d Update all test packages (#9490)
* Update all packages

* Potential fix for normal tests

* Revert a change and try something else

* Try this as well
2020-03-07 07:23:00 -08:00

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