summaryrefslogtreecommitdiff
path: root/tests/runtest.sh
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-07-16 06:45:17 -0700
committerGitHub <noreply@github.com>2018-07-16 06:45:17 -0700
commit309e9054841f71cbbfad3c9a091724f2978eef3d (patch)
treeb7ae8542dfbd74024d7aa42613ecf5fae7a6a03a /tests/runtest.sh
parentca6c32e70be1491ace0b7241a2bfe71eac15f831 (diff)
downloadcoreclr-309e9054841f71cbbfad3c9a091724f2978eef3d.tar.gz
coreclr-309e9054841f71cbbfad3c9a091724f2978eef3d.tar.bz2
coreclr-309e9054841f71cbbfad3c9a091724f2978eef3d.zip
CoreFX test fixes (#18929)
- Unify Windows and Unix exclusion files to avoid duplication - Disable outdated tests against live CoreFX
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index 474b32cbc4..a4631a72c9 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -465,7 +465,7 @@ function create_testhost
local coreFXTestBinariesOutputPath=${__CoreFXTestDir}/tests_downloaded
if [ -z $CoreFXTestList]; then
- local CoreFXTestList="${coreClrSrcTestDir}/CoreFX/TopN.CoreFX.x64.Unix.issues.json"
+ local CoreFXTestList="${coreClrSrcTestDir}/CoreFX/CoreFX.issues.json"
fi
case "${OSName}" in