projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3be1295
)
Fixed wrong env vars.
author
Smile Wei
<xiwe@microsoft.com>
Tue, 30 Aug 2016 17:57:13 +0000
(10:57 -0700)
committer
Smile 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
patch
|
blob
|
history
diff --git
a/src/coreclr/tests/scripts/run-xunit-perf.sh
b/src/coreclr/tests/scripts/run-xunit-perf.sh
index
a872e54
..
a10f261
100644
(file)
--- a/
src/coreclr/tests/scripts/run-xunit-perf.sh
+++ b/
src/coreclr/tests/scripts/run-xunit-perf.sh
@@
-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_PACKAGE
S
=$testNativeBinDir/../../../../packages
+echo "NUGET_PACKAGE
S
= $NUGET_PACKAGE"
echo "dir $testNativeBinDir/../../../../Tools"
dir $testNativeBinDir/../../../../Tools