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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-05-28 19:49:26 +0300
committerGitHub <noreply@github.com>2019-05-28 19:49:26 +0300
commit07c58ee2ed3ad38a2dc8936737fed1416b7a5f51 (patch)
treebdcda5c8a7e31d91cf43a6ca163946a00214672d /scripts/ci/run-test-mac-sdk.sh
parenta67c6a2b52980daf2ac43100fc859bcd7b77ef55 (diff)
[bcl] Write newline-separated nunit/xunit excludes file for sdks archive (#14681)
During XI integration we noticed that just using the verbatim commandline -exclude or -notrait is not ideal since XI uses the nunit/xunit APIs to pass that information and not the command line parser. Instead we now write the exclude categories/traits as a newline-separated file.
Diffstat (limited to 'scripts/ci/run-test-mac-sdk.sh')
-rwxr-xr-xscripts/ci/run-test-mac-sdk.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/run-test-mac-sdk.sh b/scripts/ci/run-test-mac-sdk.sh
index e2960b780c2..de20144b64f 100755
--- a/scripts/ci/run-test-mac-sdk.sh
+++ b/scripts/ci/run-test-mac-sdk.sh
@@ -13,7 +13,7 @@ zip ${MONO_REPO_ROOT}/msbuild-test-results.zip artifacts/2/TestResults/Release-M
# Bundled LLVM
cd ${MONO_REPO_ROOT}/external/bockbuild/builds/mono
${TESTCMD} --label="runtime-tests-llvm" --timeout=240m make -C mono/tests -k test-wrench MONO_ENV_OPTIONS=--llvm V=1 M=1
-${TESTCMD} --label="corlib-tests-llvm" --timeout=60m make -C mcs/class/corlib run-test PLATFORM_TEST_HARNESS_EXCLUDES=NotOnMac,MacNotWorking,LLVMNotWorking, MONO_ENV_OPTIONS=--llvm
+${TESTCMD} --label="corlib-tests-llvm" --timeout=60m make -C mcs/class/corlib run-test PLATFORM_TEST_HARNESS_EXCLUDES="NotOnMac MacNotWorking LLVMNotWorking" MONO_ENV_OPTIONS=--llvm
# Bundled libgdiplus
${TESTCMD} --label="System.Drawing" --timeout=60m make -C mcs/class/System.Drawing run-test