Try to debug test failure on Travis
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
b89f568e1c
commit
0a5b9de084
@ -4794,6 +4794,8 @@ class Util
|
||||
}
|
||||
$response = @curl_exec($curl_handle);
|
||||
if ($response === false) {
|
||||
/* Debug code! */
|
||||
echo curl_error($curl_handle);
|
||||
return null;
|
||||
}
|
||||
$http_status = curl_getinfo($curl_handle, CURLINFO_HTTP_CODE);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user