Skip to content

Commit cd41dd3

Browse files
Make mx espresso run either native or jvm based on availability
* `mx espresso-launcher` always run in jvm mode.
1 parent 8d59c75 commit cd41dd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

espresso/mx.espresso/mx_espresso.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,8 @@ def gen_gc_option_check(args):
969969

970970
# Register new commands which can be used from the commandline with mx
971971
mx.update_commands(_suite, {
972-
'espresso': [_run_espresso_launcher, '[args]'],
972+
'espresso': [_run_espresso, '[args]'],
973+
'espresso-launcher': [_run_espresso_launcher, '[args]'],
973974
'espresso-embedded': [_run_espresso_embedded, '[args]'],
974975
'java-truffle': [_run_java_truffle, '[args]'],
975976
'espresso-meta': [_run_espresso_meta, '[args]'],

0 commit comments

Comments
 (0)