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:
authorJoel Hendrix <jhendrix@microsoft.com>2016-05-24 22:27:59 +0300
committerJoel Hendrix <jhendrix@microsoft.com>2016-05-24 22:32:31 +0300
commit0eb598bb224756686cb062b0870178502cdb0606 (patch)
treeb609f168b7168fc31dec20d3bd52ab9181519a3d /run-test.sh
parent1a2e3c63974f251351ad3f118289793e044fe944 (diff)
Move tests that don't specify a target group their own directory.
Today when a test that specifies a target group is built it will place the output for that target group in a subdirectory of the build with an empty target group; this leads to a race condition in the build when ArchiveTests is set to true. Instead, place each test build in its own directory; and in cases where TargetGroup is empty use netstandard as the subdirectory name. Update the test runner scripts with the new default directory. Pick up latest build tools for some fixes for the official build.
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 4ebfc863c3..1d35f359f7 100755
--- a/run-test.sh
+++ b/run-test.sh
@@ -171,7 +171,7 @@ run_test()
exit 0
fi
- dirName="$1/dnxcore50"
+ dirName="$1/netstandard/dnxcore50"
copy_test_overlay $dirName