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

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


The following commit(s) were added to refs/heads/jakartaee9-tck by this push:
     new 63d7a23  Fixed typo in property
63d7a23 is described below

commit 63d7a232cc85b977dad7299adcad693e3bae8b81
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Fri Apr 30 18:18:00 2021 +0200

    Fixed typo in property
---
 src/test/script/openejb/tck/commands/JavaTestCommand.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/script/openejb/tck/commands/JavaTestCommand.groovy 
b/src/test/script/openejb/tck/commands/JavaTestCommand.groovy
index e9ffb26..16f6f55 100644
--- a/src/test/script/openejb/tck/commands/JavaTestCommand.groovy
+++ b/src/test/script/openejb/tck/commands/JavaTestCommand.groovy
@@ -238,7 +238,7 @@ class JavaTestCommand
                 // not sure about this ....
                 if (tckJavaHome == null || !new File(tckJavaHome, 
'jmods').exists()/*j9 doesnt support it*/) {
                     sysproperty(key: "java.endorsed.dirs", file: 
"${javaeeRiHome}/lib/endorsed")
-                    sysproperty(key: "command.testExecute.endorsed.dir", 
value: "-Djava.endorsed.dirs=${javaeeCtsHome.home}/endorsedlib")
+                    sysproperty(key: "command.testExecute.endorsed.dir", 
value: "-Djava.endorsed.dirs=${javaeeCtsHome}/endorsedlib")
                     sysproperty(key: 
"command.testExecuteEjbEmbed.endorsed.dir", value: 
"-Djava.endorsed.dirs=${openejbHome}/endorsed")
 
                     containerJavaOpts += " -Djava.locale.providers=COMPAT"

Reply via email to