mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
* Add unstable test params for core and extension tests * unset invert options for unstable script runs * Fix copypasta * Add nogpu to dacpac tests
13 lines
180 B
Batchfile
13 lines
180 B
Batchfile
:: Runs UNSTABLE Extension Tests
|
|
|
|
setlocal
|
|
|
|
set ADS_TEST_GREP=@UNSTABLE@
|
|
set ADS_TEST_INVERT_GREP=
|
|
|
|
echo Running UNSTABLE Extension Tests
|
|
|
|
call %~dp0\test-extensions.bat
|
|
|
|
endlocal
|