]> granicus.if.org Git - curl/commitdiff
lib556: enable VERBOSE to ease debugging on failures
authorDaniel Stenberg <daniel@haxx.se>
Sun, 2 Dec 2012 10:17:12 +0000 (11:17 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 25 Dec 2012 19:30:39 +0000 (20:30 +0100)
tests/libtest/lib556.c

index 67da87f4079b2d7ec48bda30cdf1d48adcbfcfdc..98062209f60c54985293ab9b2dad0fed4a34c6d9 100644 (file)
@@ -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);