Skip to content

Commit a6d4c58

Browse files
committed
Document how to pass mx options to jt test unit
(cherry picked from commit 35b60df)
1 parent ecaa41c commit a6d4c58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tool/jt.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ def help
631631
parser build the parser
632632
options build the options
633633
core-symbols build the core symbols
634-
jt build graalvm [options] [mx_options] [-- mx_build_options]
634+
jt build graalvm [options] [mx options] [-- mx build options]
635635
graalvm build a GraalVM based on the given env file, the default is a minimal
636636
GraalVM with JVM and Truffleruby only available in mxbuild/truffleruby-jvm,
637637
the Ruby is symlinked into rbenv or chruby if available
@@ -642,8 +642,8 @@ def help
642642
it is also linked in your ruby manager (if found) under the same name,
643643
by default it is the name of the mx env file,
644644
the named build stays until it is rebuilt or deleted manually
645-
mx_options options passed directly to mx
646-
mx_build_options options passed to the build command of mx
645+
mx options options passed directly to mx
646+
mx build options options passed to the 'build' command of mx
647647
648648
jt build_stats [--json] <attribute> prints attribute's value from build process (e.g., binary size)
649649
jt clean clean
@@ -689,7 +689,7 @@ def help
689689
jt test ecosystem [TESTS] [options] tests using the wider ecosystem such as bundler, Rails, etc
690690
jt test cexts [--no-openssl] [--no-gems] [test_names...]
691691
run C extension tests (set GEM_HOME)
692-
jt test unit run Java unittests
692+
jt test unit [unittest flags] [-- mx options] run Java unittests
693693
jt test tck run tck tests
694694
jt gem-test-pack check that the gem test pack is downloaded, or download it for you, and print the path
695695
jt rubocop [rubocop options] run rubocop rules (using ruby available in the environment)

0 commit comments

Comments
 (0)