summaryrefslogtreecommitdiff
path: root/tests/setup-stress-dependencies.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/setup-stress-dependencies.sh')
-rwxr-xr-xtests/setup-stress-dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/setup-stress-dependencies.sh b/tests/setup-stress-dependencies.sh
index 56c37b20f8..65fb5637b3 100755
--- a/tests/setup-stress-dependencies.sh
+++ b/tests/setup-stress-dependencies.sh
@@ -79,7 +79,7 @@ echo "Running init-tools.sh"
"${scriptDir}"/../init-tools.sh
dotnet=$"${scriptDir}"/../.dotnet/dotnet
-packageDir="${scriptDir}"/../packages
+packageDir="${scriptDir}"/../.packages
csprojPath="${scriptDir}"/src/Common/stress_dependencies/stress_dependencies.csproj
if [ ! -e $dotnetCmd ]; then