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

Fix for 3145: get mkindex.py to list out test case files in subdirectories #3157

Merged
merged 2 commits into from
Mar 1, 2023
Merged

Fix for 3145: get mkindex.py to list out test case files in subdirectories #3157

merged 2 commits into from
Mar 1, 2023

Commits on Feb 28, 2023

  1. Change os.libdir() to Path() in order to get example parse input file…

    …s in subdirectories. Add in check for ".errors" and ".tree" files so they are not included. Make sure if run on Windows that backslashes in path are renamed to forward slashes for Linux. Provide minimal formatting so one can read the results.
    kaby76 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f8eba4c View commit details
    Browse the repository at this point in the history
  2. Fix indexer to output test parsing files relative to the examples dir…

    …ectory. Note, Python 3.10 is now required.
    kaby76 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    111929a View commit details
    Browse the repository at this point in the history