From 2a6fd1449fd1e5c5e63ed3fddcb43a33d0f6f363 Mon Sep 17 00:00:00 2001 From: Alexey Safronov Date: Thu, 13 Jun 2024 15:07:39 +0400 Subject: [PATCH] Fix run run.translations.tests.bat on windows --- run.translations.tests.bat | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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