-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
runtests: log/curl.log doesn't exist! #4911
Comments
This puzzles me and I don't really have any good ideas how to debug it. What could possibly make it behave like this? |
I may be totally wrong on this as I have absolutely no experience with Perl and how it behaves but as far as I looked at the code, the |
|
The log file with all command lines for the invoked command lines is now called logs/commands.log Fixes #4911
For the record: commit 6617db6 (June 27, 2019) broke it |
I did this
cd tests && ./runtests.pl 1
I expected the following
There should be a log file left after the run, called
tests/log/curl.log
showing each command line invoke done in the test. The file doesn't exist.curl/libcurl version
current git master, but I believe this flaw has existed for a while. I cannot remember at which point it broke. It used to work.
operating system
Linux, but I think it might exist everywhere.
The text was updated successfully, but these errors were encountered: