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

Rerun Filtering #18

Closed
rosenbrockc opened this issue Sep 2, 2014 · 1 comment
Closed

Rerun Filtering #18

rosenbrockc opened this issue Sep 2, 2014 · 1 comment

Comments

@rosenbrockc
Copy link
Owner

If the -rerun flag is specified, fortpy reruns all the tests in the entire trunk. Often, the reason that -rerun is used is to retest something where the code hasn't changed yet (but perhaps the input file has). It takes long to rerun every test in the trunk.

Let -rerun accept a parameter (default *) that says which tests to rerun. Do lower-case pattern matching on the module names and only run those whose modules match the filter.

@rosenbrockc
Copy link
Owner Author

Applied fix as described. Available in version 1.1.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant