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-25 20:53:30 +0300
committerJoel Hendrix <jhendrix@microsoft.com>2016-05-25 20:53:30 +0300
commita970874e8ab02201e877c871d7176263b59a1071 (patch)
treec4421fd95bd91f370dfff9b0e1dcdecdee7b64f5 /run-test.cmd
parent3a2d45cea19e91f1add0adaa53c50ba867ee440d (diff)
Back out change made in 0eb598b in favor of a different solution.
After some discussion we have decided to back out the change made in commit 0eb598b and disable the offending tests with multiple target groups. A long-term fix will be submitted later.
Diffstat (limited to 'run-test.cmd')
-rw-r--r--run-test.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-test.cmd b/run-test.cmd
index eda3708085..bd6f6e7d35 100644
--- a/run-test.cmd
+++ b/run-test.cmd
@@ -7,8 +7,8 @@
pushd %1
FOR /D %%F IN (*.Tests) DO (
- IF EXIST %%F\netstandard\netcoreapp1.0 (
- pushd %%F\netstandard\netcoreapp1.0
+ IF EXIST %%F\netcoreapp1.0 (
+ pushd %%F\netcoreapp1.0
CALL RunTests.cmd %2
popd
)