Commit b76e6be
committed
Fix ToolchainDiscoveryTest gu-install assertion under configuration cache
Under configuration cache the build runs twice (store, then reuse). On the reuse run nativeCompile is up-to-date, so the gu-install code path is not re-executed and the 'Installing via gu...' / 'installed successfully' log lines are absent, causing outputContains to fail. The executable still exists and resolves from GRAALVM_HOME, which proves the gu fallback worked. Drop the install-log assertions and keep the GRAALVM_HOME source assertion.1 parent 5eb9c5f commit b76e6be
1 file changed
Lines changed: 4 additions & 2 deletions
File tree
- native-gradle-plugin/src/functionalTest/groovy/org/graalvm/buildtools/gradle
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
314 | | - | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
315 | 317 | | |
316 | 318 | | |
317 | 319 | | |
| |||
0 commit comments