This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git
The following commit(s) were added to refs/heads/master by this push:
new bf9f7be Don't print hash on EE8 because we use only final releases
bf9f7be is described below
commit bf9f7be5a292d81cce8d2714c020755340cbda2b
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Wed Apr 21 12:05:44 2021 +0200
Don't print hash on EE8 because we use only final releases
---
src/test/script/openejb/tck/commands/ValidateCommand.groovy | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/test/script/openejb/tck/commands/ValidateCommand.groovy
b/src/test/script/openejb/tck/commands/ValidateCommand.groovy
index 6521aca..8de3c63 100644
--- a/src/test/script/openejb/tck/commands/ValidateCommand.groovy
+++ b/src/test/script/openejb/tck/commands/ValidateCommand.groovy
@@ -77,11 +77,16 @@ class ValidateCommand
log.info(content)
}
+ /*
+ DOES NOT YET EXIST FOR EE 8
+ */
+ /*
def sha = new File(tckHome, "sha256")
if (sha.exists()) {
def content = IO.slurp(sha)
log.info("TCK SHA-256 " + content)
}
+ */
}
}