Merge branch 'nd/test-lib-httpd-show-error-log-in-verbose'
HTTPd tests learned to show the server error log to help diagnosing a failing tests. * nd/test-lib-httpd-show-error-log-in-verbose: lib-httpd.sh: print error.log on error
This commit is contained in:
commit
34bf3bbb30
@ -180,6 +180,7 @@ start_httpd() {
|
||||
if test $? -ne 0
|
||||
then
|
||||
trap 'die' EXIT
|
||||
cat "$HTTPD_ROOT_PATH"/error.log >&4 2>/dev/null
|
||||
test_skip_or_die $GIT_TEST_HTTPD "web server setup failed"
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user