diff --git a/run.translations.tests.bat b/run.translations.tests.bat index 4ec7cccfb5..4ef9257ee9 100644 --- a/run.translations.tests.bat +++ b/run.translations.tests.bat @@ -1,4 +1,5 @@ -PUSHD %~dp0\.. -set dir="%cd%" -echo %dir% -dotnet test %dir%\client\common\Tests\Frontend.Translations.Tests\Frontend.Translations.Tests.csproj --filter "TestCategory=Locales" -l:html --environment "BASE_DIR=%dir%" --results-directory "%dir%\TestsResults" \ No newline at end of file +PUSHD %~dp0\.. +set dir=%cd% +echo %dir% +dotnet test %dir%\client\common\Tests\Frontend.Translations.Tests\Frontend.Translations.Tests.csproj --filter "TestCategory=Locales" -l:html --environment "BASE_DIR=%dir%\client" --results-directory "%dir%\TestsResults" +pause \ No newline at end of file