mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +03:00
tests: log the test result code after each libtest
This makes it easier to determine the test status. Also, capitalize FAILURE and ABORT messages in log lines to make them easier to spot.
This commit is contained in:
parent
3aa3cc9b05
commit
06cdfad49f
2 changed files with 17 additions and 16 deletions
|
|
@ -172,6 +172,7 @@ int main(int argc, char **argv)
|
|||
fprintf(stderr, "URL: %s\n", URL);
|
||||
|
||||
result = test(URL);
|
||||
fprintf(stderr, "Test ended with result %d\n", result);
|
||||
|
||||
#ifdef WIN32
|
||||
/* flush buffers of all streams regardless of mode */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue