Skip to content

Commit

Permalink
Remove unnecessary echo message (#5945)
Browse files Browse the repository at this point in the history
- Remove unnecessary echo message

related:automation#196

Signed-off-by: Anna Babu Palathingal <[email protected]>
  • Loading branch information
annaibm authored Feb 7, 2025
1 parent 0f71227 commit 774553b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,7 @@
<variation>Mode650</variation>
<variation>Mode1000</variation>
</variations>
<command> echo "JTREG_HOTSPOT_TEST_DIR is: $(JTREG_HOTSPOT_TEST_DIR)"; \
$(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \
<command> $(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \
$(JTREG_BASIC_OPTIONS) -nativepath:"$(TESTIMAGE_PATH)/hotspot/jtreg/native" -vmoptions:$(Q)-Xmx512m $(JVM_OPTIONS) $(VMOPTION_HEADLESS)$(Q) \
$(TIMEOUT_HANDLER) \
-w $(Q)$(REPORTDIR)$(D)work$(Q) \
Expand Down

0 comments on commit 774553b

Please sign in to comment.