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>2017-07-03 22:09:11 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-07-03 22:09:11 +0300
commit8e88de76bbe2cb9cce0bc8797b862b80cee587d3 (patch)
tree89f190d98d49c78695a577f7b3062b67a5ab18a6 /scripts
parentcbc43ad52755b0bf11c6134512fcb211d1a6f424 (diff)
[ci] Tell babysitter where profiler stress result XML lives
This allows it to parse the XML and provide better results about which tests failed.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-test-profiler-stress-tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci/run-test-profiler-stress-tests.sh b/scripts/ci/run-test-profiler-stress-tests.sh
index ab179d9d2b8..d4a3822575f 100755
--- a/scripts/ci/run-test-profiler-stress-tests.sh
+++ b/scripts/ci/run-test-profiler-stress-tests.sh
@@ -1,3 +1,5 @@
#!/bin/bash -e
+export MONO_BABYSITTER_EXTRA_XML=${MONO_REPO_ROOT}/acceptance-tests/profiler-stress/TestResult-profiler-stress.xml
+
${TESTCMD} --label=check-profiler-stress --timeout=24h make -C acceptance-tests check-profiler-stress