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:
authorAlex Rønne Petersen <alexrp@xamarin.com>2016-09-08 02:57:07 +0300
committerAlex Rønne Petersen <alexrp@xamarin.com>2016-09-08 08:04:39 +0300
commit7d7b674ac5e521af8abd3bf1388d62d9e9b50953 (patch)
tree44d518109158a66b2dfee710b5d07f0a0f00928b /scripts/ci/run-test-profiler-stress-tests.sh
parentf577b619e9d410d7a2868f7c556fc934f03354fa (diff)
[acceptance-tests] Add profiler-stress suite.
Diffstat (limited to 'scripts/ci/run-test-profiler-stress-tests.sh')
-rwxr-xr-xscripts/ci/run-test-profiler-stress-tests.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/ci/run-test-profiler-stress-tests.sh b/scripts/ci/run-test-profiler-stress-tests.sh
new file mode 100755
index 00000000000..52d6f166800
--- /dev/null
+++ b/scripts/ci/run-test-profiler-stress-tests.sh
@@ -0,0 +1,5 @@
+#!/bin/bash -e
+
+export TESTCMD=`dirname "${BASH_SOURCE[0]}"`/run-step.sh
+
+${TESTCMD} --label=check-profiler-stress --timeout=20h make -C acceptance-tests check-profiler-stress