mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 17:22:20 -05:00
13 lines
185 B
Batchfile
Executable File
13 lines
185 B
Batchfile
Executable File
:: Runs UNSTABLE Extension Tests
|
|
|
|
setlocal
|
|
|
|
set ADS_TEST_GREP=@UNSTABLE@
|
|
set ADS_TEST_INVERT_GREP=
|
|
|
|
echo Running UNSTABLE Extension Tests
|
|
|
|
call %~dp0\test-extensions-unit.bat
|
|
|
|
endlocal
|