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