Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchcosta <chcosta@microsoft.com>2017-01-04 00:32:20 +0300
committerGitHub <noreply@github.com>2017-01-04 00:32:20 +0300
commitda2506c5e7080e54fc6d8c1c4cd8cdba02d8340f (patch)
tree33f7333b18d10dcad4e64fcdc4f78049e9359fab /run-test.sh
parent2c0352ec38f9f6f602ae819f0cafb02c1908f137 (diff)
Fix casing for native binaries (#14822)
* Fix casing for native binaries * Convert native bin dir to 'native' from 'Native'
Diffstat (limited to 'run-test.sh')
-rwxr-xr-xrun-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-test.sh b/run-test.sh
index cd471a4434..798548d114 100755
--- a/run-test.sh
+++ b/run-test.sh
@@ -386,7 +386,7 @@ fi
if [ "$CoreFxNativeBins" == "" ]
then
- CoreFxNativeBins="$ProjectRoot/bin/$OS.x64.$ConfigurationGroup/Native"
+ CoreFxNativeBins="$ProjectRoot/bin/$OS.x64.$ConfigurationGroup/native"
fi
if [ "$CoreFxPackages" == "" ]