@@ -631,7 +631,7 @@ def help
631
631
parser build the parser
632
632
options build the options
633
633
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 ]
635
635
graalvm build a GraalVM based on the given env file, the default is a minimal
636
636
GraalVM with JVM and Truffleruby only available in mxbuild/truffleruby-jvm,
637
637
the Ruby is symlinked into rbenv or chruby if available
@@ -642,8 +642,8 @@ def help
642
642
it is also linked in your ruby manager (if found) under the same name,
643
643
by default it is the name of the mx env file,
644
644
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
647
647
648
648
jt build_stats [--json] <attribute> prints attribute's value from build process (e.g., binary size)
649
649
jt clean clean
@@ -689,7 +689,7 @@ def help
689
689
jt test ecosystem [TESTS] [options] tests using the wider ecosystem such as bundler, Rails, etc
690
690
jt test cexts [--no-openssl] [--no-gems] [test_names...]
691
691
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
693
693
jt test tck run tck tests
694
694
jt gem-test-pack check that the gem test pack is downloaded, or download it for you, and print the path
695
695
jt rubocop [rubocop options] run rubocop rules (using ruby available in the environment)
0 commit comments