Change script file names back to original names (#7544)

This commit is contained in:
Charles Gagnon
2019-10-07 14:03:34 -07:00
committed by GitHub
parent e25cbdf4b9
commit 3fb4877859
4 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
:: 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