Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtests: preprocess the DISABLED file #6477

Closed
wants to merge 2 commits into from
Closed

runtests: preprocess the DISABLED file #6477

wants to merge 2 commits into from

Commits on Jan 18, 2021

  1. runtests: turn preprocessing into a separate function

    ... and remove all other variable substitutions as they're now done once
    and for all in the preprocessor.
    bagder committed Jan 18, 2021
    Copy the full SHA
    4e3a70b View commit details
    Browse the repository at this point in the history
  2. runtests: preprocess DISABLED to allow conditionals

    ... with this function provided, we can disable tests for specific
    environments and setups directly within this file.
    bagder committed Jan 18, 2021
    Copy the full SHA
    8872721 View commit details
    Browse the repository at this point in the history