From 3031e5024b48bec6ed533cca7d1cc208ae57462b Mon Sep 17 00:00:00 2001 From: Alexey Safronov Date: Tue, 3 Oct 2023 12:43:20 +0400 Subject: [PATCH] Fix running client's translations tests --- run.translations.tests.bat | 2 +- run.translations.tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run.translations.tests.bat b/run.translations.tests.bat index 9dc67992ac..4ec7cccfb5 100644 --- a/run.translations.tests.bat +++ b/run.translations.tests.bat @@ -1,4 +1,4 @@ PUSHD %~dp0\.. set dir="%cd%" echo %dir% -dotnet test %dir%\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 +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 diff --git a/run.translations.tests.sh b/run.translations.tests.sh index a5fd65ba92..82c630b53e 100755 --- a/run.translations.tests.sh +++ b/run.translations.tests.sh @@ -5,4 +5,4 @@ dir=$(builtin cd $rd/../; pwd) echo "Root directory:" $dir -dotnet test $dir/common/Tests/Frontend.Translations.Tests/Frontend.Translations.Tests.csproj --filter "TestCategory=Locales" -l:html --results-directory "$dir/TestsResults" --environment "BASE_DIR=$dir" \ No newline at end of file +dotnet test $dir/client/common/Tests/Frontend.Translations.Tests/Frontend.Translations.Tests.csproj --filter "TestCategory=Locales" -l:html --results-directory "$dir/TestsResults" --environment "BASE_DIR=$dir" \ No newline at end of file