# HG changeset patch # User Matt Harbison # Date 1612281413 18000 # Node ID 8214c71589f6273d8de2a615d4b8b86c6d51dbb3 # Parent 1e26b882d7040f56c63c7e229f9d73629b70fc7b tests: print the server error log in `test-url-download.t` There was a stray 500 error in CI, but no additional context to know what the issue was. https://foss.heptapod.net/octobus/mercurial-devel/-/jobs/163093 Differential Revision: https://phab.mercurial-scm.org/D9949 diff -r 1e26b882d704 -r 8214c71589f6 tests/test-url-download.t --- a/tests/test-url-download.t Tue Feb 02 15:35:58 2021 +0100 +++ b/tests/test-url-download.t Tue Feb 02 10:56:53 2021 -0500 @@ -34,6 +34,8 @@ $ hg debugdownload ./null.txt 1 0000000000000000000000000000000000000000 + $ cat ../error.log + Test largefile URL ------------------ @@ -66,3 +68,5 @@ $ hg debugdownload "largefile://a57b57b39ee4dc3da1e03526596007f480ecdbe8" 1 0000000000000000000000000000000000000000 $ cd .. + + $ cat error.log