From 46a3201f931827717d12cc800a5e33d3d0b2c4f3 Mon Sep 17 00:00:00 2001 From: Niklas Therning Date: Mon, 10 Oct 2016 10:27:41 +0200 Subject: [PATCH] Enable System.Security tests in PR builds on Windows --- scripts/ci/run-test-default.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/run-test-default.sh b/scripts/ci/run-test-default.sh index 6bd3bf2f217..431c51eff0c 100755 --- a/scripts/ci/run-test-default.sh +++ b/scripts/ci/run-test-default.sh @@ -13,7 +13,7 @@ if [[ -n "${ghprbPullId}" ]] && [[ ${label} == w* ]]; then ${TESTCMD} --label=Sy if [[ ${label} == osx-* ]]; then ${TESTCMD} --label=System-btls --timeout=10m bash -c "export MONO_TLS_PROVIDER=btls && make -w -C mcs/class/System run-test"; fi ${TESTCMD} --label=System.XML --timeout=5m make -w -C mcs/class/System.XML run-test ${TESTCMD} --label=Mono.Security --timeout=5m make -w -C mcs/class/Mono.Security run-test -if [[ -n "${ghprbPullId}" ]] && [[ ${label} == w* ]]; then ${TESTCMD} --label=System.Security --skip; else ${TESTCMD} --label=System.Security --timeout=5m make -w -C mcs/class/System.Security run-test; fi +${TESTCMD} --label=System.Security --timeout=5m make -w -C mcs/class/System.Security run-test if [[ ${label} == w* ]] then ${TESTCMD} --label=System.Drawing --skip; else ${TESTCMD} --label=System.Drawing --timeout=5m make -w -C mcs/class/System.Drawing run-test -- 2.25.1