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

@@ -7,6 +7,6 @@ set ADS_TEST_INVERT_GREP=
echo Running UNSTABLE Extension Tests
call %~dp0\test-extensions.bat
call %~dp0\test-extensions-unit.bat
endlocal

View File

@@ -14,4 +14,4 @@ export ADS_TEST_GREP=@UNSTABLE@
export ADS_TEST_INVERT_GREP=
echo Running UNSTABLE Extension Tests
./scripts/test-extensions.sh
./scripts/test-extensions-unit.sh