Skip to content

Conversation

@cderv
Copy link
Collaborator

@cderv cderv commented Mar 5, 2025

fix #12204

this is a follow up of

This PR also tweaks printMessages in smoke-all so that we can write more explicitly our test
Example:

_quarto:
  tests: 
    html:
      printsMessage:
        level: INFO
        regex: 'FATAL[\s\S]*Error resolving header-includes'
        negate: true

cderv added 7 commits March 5, 2025 13:42
the test uses `printMessages` with INFO level because somehow the `fail()` call in LUA does not log as error and so `noErrors` verify check does not catch the error.
which is the case using `.map()`
and not tests/smoke/env
@cderv cderv merged commit 91c665a into main Mar 5, 2025
47 checks passed
@cderv cderv deleted the execute-header-include branch March 5, 2025 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error resolving header-includes with juliaengine

2 participants