mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-06-08 17:17:36 +00:00
tests: improve debuggability
This commit is contained in:
@@ -99,7 +99,7 @@ pub fn test() {
|
||||
|
||||
// hard to find web sites which still allow plain http these days ...
|
||||
info!("Testing HTTP");
|
||||
fetch_http(*h, "http://example.com/").expect("http request failed");
|
||||
fetch_http(*h, "http://example.com/").expect("http request failed: http://example.com");
|
||||
|
||||
// FYI: not all firmware builds support modern tls versions.
|
||||
// request() -> ABORTED typically is a tls handshake error.
|
||||
|
||||
Reference in New Issue
Block a user