From 6e5c8f061601a251d9d50a5458bca52c269a8d43 Mon Sep 17 00:00:00 2001 From: Alexey Safronov Date: Tue, 3 Oct 2023 12:57:14 +0400 Subject: [PATCH] Update path --- run.translations.spellcheck.test.bat | 2 +- run.translations.spellcheck.test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run.translations.spellcheck.test.bat b/run.translations.spellcheck.test.bat index a00cafa5d2..ec0438558c 100644 --- a/run.translations.spellcheck.test.bat +++ b/run.translations.spellcheck.test.bat @@ -7,4 +7,4 @@ set save=false if /I "%1" == "-s" set save=%2 & shift shift -dotnet test common\Tests\Frontend.Translations.Tests\Frontend.Translations.Tests.csproj --filter Name~SpellCheckTest -l:html --environment "BASE_DIR=%dir%" --environment "SAVE=%save%" --results-directory "%dir%/TestsResults" \ No newline at end of file +dotnet test client\common\Tests\Frontend.Translations.Tests\Frontend.Translations.Tests.csproj --filter Name~SpellCheckTest -l:html --environment "BASE_DIR=%dir%" --environment "SAVE=%save%" --results-directory "%dir%/TestsResults" \ No newline at end of file diff --git a/run.translations.spellcheck.test.sh b/run.translations.spellcheck.test.sh index 798f782f0d..7ced8a70cf 100755 --- a/run.translations.spellcheck.test.sh +++ b/run.translations.spellcheck.test.sh @@ -14,4 +14,4 @@ done echo "Root directory:" $dir -dotnet test $dir/common/Tests/Frontend.Translations.Tests/Frontend.Translations.Tests.csproj --filter Name~SpellCheckTest -l:html --results-directory "$dir/TestsResults" --environment "BASE_DIR=$dir" --environment "SAVE=$save" \ No newline at end of file +dotnet test $dir/client/common/Tests/Frontend.Translations.Tests/Frontend.Translations.Tests.csproj --filter Name~SpellCheckTest -l:html --results-directory "$dir/TestsResults" --environment "BASE_DIR=$dir" --environment "SAVE=$save" \ No newline at end of file