diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-12-02 11:17:12 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-12-25 20:30:39 +0100 |
commit | d49531dd3a749d43bf3462a58574aaa31adbb27b (patch) | |
tree | 7eb49f1d1fec87cb8593862c6fb4401fa1755713 /tests/libtest | |
parent | 4a23b19a134e6618c00337ddfeaff89dafda75bd (diff) |
lib556: enable VERBOSE to ease debugging on failures
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib556.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtest/lib556.c b/tests/libtest/lib556.c index 67da87f40..98062209f 100644 --- a/tests/libtest/lib556.c +++ b/tests/libtest/lib556.c @@ -52,6 +52,7 @@ int test(char *URL) test_setopt(curl, CURLOPT_URL, URL); test_setopt(curl, CURLOPT_CONNECT_ONLY, 1L); + test_setopt(curl, CURLOPT_VERBOSE, 1L); res = curl_easy_perform(curl); |