lib-httpd.sh: print error.log on error
commit44f243d356a6402878b2b3e098fd8cfa4fe1aaf5
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Mon, 13 Jun 2016 12:35:09 +0000 (13 19:35 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Jun 2016 18:50:44 +0000 (13 11:50 -0700)
treebb9aece40a4305e746b606ebed3236138e5e2bfe
parent05219a1276341e72d8082d76b7f5ed394b7437a4
lib-httpd.sh: print error.log on error

Failure to bring up httpd for testing is not considered an error, so the
trash directory, which contains this error.log file, is removed and we
don't know what made httpd fail to start. Improve the situation a bit,
print error.log but only in verbose mode.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-httpd.sh