You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/05/02 15:54:09 UTC

[tomee-tck] 03/06: Enable CTS debug so we have sigtest insight

This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit 54dc764d5af5ffc90bfed4736ed585a10a7d70b5
Author: David Blevins <da...@gmail.com>
AuthorDate: Sun May 2 06:02:12 2021 -0700

    Enable CTS debug so we have sigtest insight
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1ebd65b..11b1095 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
     <!-- Random CTS properties that have been externalized -->
     <deliverable.class>com.sun.ts.lib.deliverable.cts.CTSDeliverable</deliverable.class>
     <deploy_delay_in_minutes>5</deploy_delay_in_minutes>
-    <cts.harness.debug>false</cts.harness.debug>
+    <cts.harness.debug>true</cts.harness.debug>
 
     <!-- Disable Surefire, we are using Javatest to execute integration tests -->
     <maven.test.skip>true</maven.test.skip>