mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
tests: improve debuggability
This commit is contained in:
parent
256827771b
commit
eb0a3494bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue