From eb0a3494bf0d05abed270326e13bd4a5d4b14a68 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Sat, 27 Dec 2025 22:10:40 +0100 Subject: [PATCH] tests: improve debuggability --- uefi-test-runner/src/proto/network/http.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uefi-test-runner/src/proto/network/http.rs b/uefi-test-runner/src/proto/network/http.rs index 4e10d3a1..48cd6081 100644 --- a/uefi-test-runner/src/proto/network/http.rs +++ b/uefi-test-runner/src/proto/network/http.rs @@ -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.