From 07c58ee2ed3ad38a2dc8936737fed1416b7a5f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Tue, 28 May 2019 18:49:26 +0200 Subject: [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. --- scripts/ci/run-test-mac-sdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ci/run-test-mac-sdk.sh') 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 -- cgit v1.2.3