Files
azuredatastudio/scripts/sql-test-integration-unstable.bat
Charles Gagnon effa50a9bd Add unstable test params for core and extension tests (#7513)
* Add unstable test params for core and extension tests

* unset invert options for unstable script runs

* Fix copypasta

* Add nogpu to dacpac tests
2019-10-07 10:18:02 -07:00

11 lines
167 B
Batchfile

setlocal
set ADS_TEST_GREP=@UNSTABLE@
set ADS_TEST_INVERT_GREP=
echo Running UNSTABLE ADS Extension Integration tests
call %~dp0\sql-test-integration.bat
endlocal