We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The executable search in the test harness should search the original cwd. If a run_tests instantiation runs chdir, this could break.
Correct the search order in the Testharness executable search.
More general test searching; supports the vtb.
The text was updated successfully, but these errors were encountered:
loganharbour
Successfully merging a pull request may close this issue.
Motivation
The executable search in the test harness should search the original cwd. If a run_tests instantiation runs chdir, this could break.
Design
Correct the search order in the Testharness executable search.
Impact
More general test searching; supports the vtb.
The text was updated successfully, but these errors were encountered: