mirror of
https://github.com/git/git.git
synced 2026-03-14 18:59:04 +01:00
Merge branch 'jc/no-gitweb-test-without-cgi-etc' into next
* jc/no-gitweb-test-without-cgi-etc: t/gitweb-lib.sh: skip gitweb tests when perl dependencies are not met
This commit is contained in:
@@ -107,4 +107,9 @@ perl -MEncode -e '$e="";decode_utf8($e, Encode::FB_CROAK)' >/dev/null 2>&1 || {
|
||||
test_done
|
||||
}
|
||||
|
||||
perl -MCGI -MCGI::Util -MCGI::Carp -e 0 >/dev/null 2>&1 || {
|
||||
skip_all='skipping gitweb tests, CGI module unusable'
|
||||
test_done
|
||||
}
|
||||
|
||||
gitweb_init
|
||||
|
||||
Reference in New Issue
Block a user