mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
10 lines
115 B
Batchfile
10 lines
115 B
Batchfile
setlocal
|
|
|
|
set ADS_TEST_GREP=@UNSTABLE@
|
|
|
|
echo Running unstable tests
|
|
|
|
call %~dp0\sql-test-integration.bat
|
|
|
|
endlocal
|