Skip to content

The jvm: true flag in package.yaml is ignored in CLI execution #13567

@JaroslavTulach

Description

@JaroslavTulach

Tested on 2025.2.1-nightly.2025.7.21:

enso$ ENSO_LAUNCHER=native sbt buildEngineDistribution
enso$ ./enso --run test/Generic_JDBC_Tests/
1 tests succeeded.
21 tests failed.
0 tests skipped.
0 groups skipped.

the Generic_JDBC_Tests projects requires execution in JVM mode:

enso$ grep jvm test/Generic_JDBC_Tests/package.yaml 
jvm: true

but it looks like the flag is ignored. Running with explicit --jvm flag works:

enso$ ./enso --jvm --run test/Generic_JDBC_Tests/
22 tests succeeded.
0 tests failed.
0 tests skipped.
0 groups skipped.

Metadata

Metadata

Labels

-compilerp-mediumShould be completed in the next few sprints

Type

No type

Projects

Status

🟢 Accepted

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions