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
~~ $ cd tests $ ./runtests.pl ~~
This used to stop the tests at first fail (unless -a is used) but now it will run through them all as if -a is always used.
-a
This is with current master on Linux.
The text was updated successfully, but these errors were encountered:
8ac18ee
runtests: abort test run after failure without -a
859d500
This was broken in a recent refactor and test runs would not stop. Follow-up to d4a1b5b Reported-by: Daniel Stenberg Fixes curl#11225 Closes curl#11227
dfandrich
Successfully merging a pull request may close this issue.
reproduce
~~
$ cd tests
$ ./runtests.pl
~~
This used to stop the tests at first fail (unless
-a
is used) but now it will run through them all as if-a
is always used.This is with current master on Linux.
The text was updated successfully, but these errors were encountered: