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

run-test-mcs.sh « ci « scripts - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3f2e499a12ff8da246d8d24145d3950bddd8178 (plain)
1
2
3
4
5
#!/bin/bash -e

${TESTCMD} --label=mcs-tests --timeout=30m make -w -C mcs/tests run-test
${TESTCMD} --label=mcs-errors --timeout=10m make -w -C mcs/errors run-test
${TESTCMD} --label=compile-bcl-tests --timeout=40m make -w -C runtime test