Skip to content

Allow extra flags to be added to LAL_DEBUG_LEVEL when running tests

Karl Wette requested to merge (removed):lal-debug-level-allow-extra-flags into master

Description

Example: if you want to get tests to print extra info while debugging,

env EXTRA_LAL_DEBUG_LEVEL=info make check

will add info to LAL_DEBUG_LEVEL.

A new environment variable (EXTRA_LAL_DEBUG_LEVEL) is used to avoid inadvertently picking up any LAL_DEBUG_LEVEL set in the user's environment.

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.

Review Status

@adam-mercer to review

Merge request reports