From 9e6bbf603be8e0389576816f6a66010af0ff8e15 Mon Sep 17 00:00:00 2001 From: Scott Marlow Date: Thu, 12 May 2022 08:55:44 -0400 Subject: [PATCH] Update description of ts.jte JVMOPTS_RUNTESTCOMMAND to reflect how it can be replaced with JDK options like as is done in docker/run_jakartaeetck.sh Signed-off-by: Scott Marlow --- install/jakartaee/bin/ts.jte | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/install/jakartaee/bin/ts.jte b/install/jakartaee/bin/ts.jte index cd346bfde8..2f0b21d44e 100644 --- a/install/jakartaee/bin/ts.jte +++ b/install/jakartaee/bin/ts.jte @@ -202,9 +202,10 @@ orb.host=localhost orb.port=3699 ######################################################################## -## Environment variable JVMOPTS_RUNTESTCOMMAND may be set to JVM -# options to pass when running ExecTSTestCmd command. -# This is a convenience intended for adding Java SE 17+ options. +## JVMOPTS_RUNTESTCOMMAND is a marker that implementations may replace with +# the JVM options to pass when starting JVMs for running tests. +# This is intended to be used for implementations convencience. +# See file docker/run_jakartaeetck.sh for an example. ######################################################################## ########################################################################