[ci] Tell babysitter where profiler stress result XML lives
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 3 Jul 2017 19:09:11 +0000 (21:09 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 3 Jul 2017 19:09:11 +0000 (21:09 +0200)
This allows it to parse the XML and provide better results
about which tests failed.

scripts/ci/run-test-profiler-stress-tests.sh

index ab179d9d2b83fc92f73932a9390b70f9baa91acf..d4a3822575f3bdd30e2fc2594c666f489f1ea245 100755 (executable)
@@ -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