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

Consistently refer to a test's revision instead of cfg #121373

Merged
merged 3 commits into from
Feb 22, 2024

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    e134102 View commit details
    Browse the repository at this point in the history
  2. Consistently refer to a test's revision instead of cfg

    Compiletest code sometimes refers to a test's revision as its `cfg`. This
    results in two different names for the same thing, one of which is ambiguous
    with other kinds of configuration (such as compiletest's own config).
    
    This patch replaces those occurrences of `cfg` with `revision`.
    Zalathar committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    99fb653 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    544d091 View commit details
    Browse the repository at this point in the history