summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2018-11-06 10:24:37 -0800
committerGitHub <noreply@github.com>2018-11-06 10:24:37 -0800
commit39d673dc3a6840c8d76a2baa86e9dcca4b1f784c (patch)
treee2901252c323eb935a2bcfd7838802c48dee421b /tests
parent39dc64dfb50e374162aa263514f9ad1a46061f0d (diff)
downloadcoreclr-39d673dc3a6840c8d76a2baa86e9dcca4b1f784c.tar.gz
coreclr-39d673dc3a6840c8d76a2baa86e9dcca4b1f784c.tar.bz2
coreclr-39d673dc3a6840c8d76a2baa86e9dcca4b1f784c.zip
fix corefx folder (#20828)
Diffstat (limited to 'tests')
-rw-r--r--tests/scripts/run-corefx-tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/scripts/run-corefx-tests.py b/tests/scripts/run-corefx-tests.py
index a710d909c0..ec9aef0b30 100644
--- a/tests/scripts/run-corefx-tests.py
+++ b/tests/scripts/run-corefx-tests.py
@@ -305,6 +305,7 @@ def main(args):
# corefx msbuild files somewhere.
fx_runtime = os.path.join(fx_root,
+ 'artifacts',
'bin',
'testhost',
'netcoreapp-%s-%s-%s' % (clr_os, 'Release', arch),