mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
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
This commit is contained in:
10
scripts/test-unstable.bat
Normal file
10
scripts/test-unstable.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
setlocal
|
||||
|
||||
set ADS_TEST_GREP=@UNSTABLE@
|
||||
set ADS_TEST_INVERT_GREP=
|
||||
|
||||
echo Running UNSTABLE ADS Core Tests
|
||||
|
||||
call %~dp0\test.bat
|
||||
|
||||
endlocal
|
||||
Reference in New Issue
Block a user