aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuexi Ma <yuexima@google.com>2019-11-18 23:33:44 -0800
committerYuexi Ma <yuexima@google.com>2019-11-19 07:51:09 +0000
commit8afbd83490c741dd05f7fc587dc0f6c87ea057c5 (patch)
tree4d4c3bd321f26525146d06da184a98a2e8521191
parent96eeee869bdabe6855dcd7a5be21c215dbd1ab4a (diff)
downloadcsuite-8afbd83490c741dd05f7fc587dc0f6c87ea057c5.tar.gz
Add basic reporters to csuite base plan config
basic-reporters is required to run csuite in TF subprocess mode. Test: forrest Change-Id: I6dff9ab7b186a9d5e7530e39c0c7f548e3016a3c
-rw-r--r--harness/src/main/resources/config/csuite-base.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/harness/src/main/resources/config/csuite-base.xml b/harness/src/main/resources/config/csuite-base.xml
index 1c9466a..dfb4576 100644
--- a/harness/src/main/resources/config/csuite-base.xml
+++ b/harness/src/main/resources/config/csuite-base.xml
@@ -20,4 +20,6 @@
<option name="enable-root" value="true" />
<option name="max-log-size" value="200" />
+
+ <template-include name="reporters" default="basic-reporters" />
</configuration>