diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-07-18 13:19:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-18 13:19:12 +0000 |
commit | bd75023254fa55a6e30271b0b3b514dbbf5cc851 (patch) | |
tree | f2a8958abb33097a38958c338c0a231557abfd9f /bpmn/pom.xml | |
parent | 3c9b6be403e3937084b8de344199fc873236ca08 (diff) | |
parent | de7fa7c3fe83332b495b6159af38f56010e8fdbe (diff) |
Merge "Fix problem with singleton impact on TC execution"
Diffstat (limited to 'bpmn/pom.xml')
-rw-r--r-- | bpmn/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpmn/pom.xml b/bpmn/pom.xml index 2989a1892c..d7e26f9d85 100644 --- a/bpmn/pom.xml +++ b/bpmn/pom.xml @@ -105,6 +105,7 @@ <artifactId>maven-surefire-plugin</artifactId> <version>2.19.1</version> <configuration> + <redirectTestOutputToFile>true</redirectTestOutputToFile> <testFailureIgnore>false</testFailureIgnore> <argLine>${surefireArgLine} -Xss1m</argLine> <forkCount>1</forkCount> |