-
Notifications
You must be signed in to change notification settings - Fork 756
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
test() errors on user-supplied stop_on_failure #2129
Comments
infotroph
added a commit
to infotroph/devtools
that referenced
this issue
Oct 1, 2019
infotroph
added a commit
to infotroph/devtools
that referenced
this issue
Oct 1, 2019
infotroph
added a commit
to infotroph/devtools
that referenced
this issue
Oct 1, 2019
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looks like this arose in #2099.
Proposed fix: check for stop_on_failure in
...
and then set if not found? E.g. change current line 61 to something likeThe text was updated successfully, but these errors were encountered: