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:
authorKatelyn Gadd <kg@luminance.org>2018-09-25 14:13:28 +0300
committerMarek Safar <marek.safar@gmail.com>2018-09-25 14:13:28 +0300
commit22d5a4d552208b19ab1c1ee21d9c4dcf8f9bf07a (patch)
tree503fe959899277503dd0fb501a59e0f7033b508c /acceptance-tests/roslyn.mk
parent2e31adbbc8fedc5a0af9af77b7c211ff336af264 (diff)
Update roslyn automated tests (#10781)
Roslyn submodule was updated to enable more automated tests. This bumps our submodule revision, and uses roslyn's script to run tests instead of ours. @monojenkins skip Part of #6991
Diffstat (limited to 'acceptance-tests/roslyn.mk')
-rw-r--r--acceptance-tests/roslyn.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/acceptance-tests/roslyn.mk b/acceptance-tests/roslyn.mk
index c4e8c866493..ab1a86652e2 100644
--- a/acceptance-tests/roslyn.mk
+++ b/acceptance-tests/roslyn.mk
@@ -1,5 +1,5 @@
check-roslyn:
@$(MAKE) validate-roslyn RESET_VERSIONS=1
cd $(ROSLYN_PATH); \
- ./mono-testing.sh "$(XUNIT)" || exit; \
+ ./build.sh --restore --build --test --mono || exit; \
echo "done"