Skip to content

Commit 4f64c63

Browse files
committed
tests: improve debuggability
1 parent b8e59cd commit 4f64c63

File tree

1 file changed

+1
-1
lines changed
  • uefi-test-runner/src/proto/network

1 file changed

+1
-1
lines changed

uefi-test-runner/src/proto/network/http.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pub fn test() {
9999

100100
// hard to find web sites which still allow plain http these days ...
101101
info!("Testing HTTP");
102-
fetch_http(*h, "http://example.com/").expect("http request failed");
102+
fetch_http(*h, "http://example.com/").expect("http request failed: http://example.com");
103103

104104
// FYI: not all firmware builds support modern tls versions.
105105
// request() -> ABORTED typically is a tls handshake error.

0 commit comments

Comments
 (0)