Fixed wrong env vars.
authorSmile Wei <xiwe@microsoft.com>
Tue, 30 Aug 2016 17:57:13 +0000 (10:57 -0700)
committerSmile Wei <xiwe@microsoft.com>
Tue, 30 Aug 2016 17:57:13 +0000 (10:57 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/d7c2f438af9867f8f6316a9c7b1181b5afabbba3

src/coreclr/tests/scripts/run-xunit-perf.sh

index a872e54..a10f261 100644 (file)
@@ -368,8 +368,8 @@ if [ -d "$mscorlibDir" ] && [ -d "$mscorlibDir/bin" ]; then
 fi
 
 # Install xunit performance packages
-export NUGET_PACKAGE=$testNativeBinDir/../../../../packages
-echo "NUGET_PACKAGE = $NUGET_PACKAGE"
+export NUGET_PACKAGES=$testNativeBinDir/../../../../packages
+echo "NUGET_PACKAGES = $NUGET_PACKAGE"
 
 echo "dir $testNativeBinDir/../../../../Tools"
 dir $testNativeBinDir/../../../../Tools