Merge branch 'jc/no-gitweb-test-without-cgi-etc' into maint
* 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
|
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
|
gitweb_init
|
||||||
|
Reference in New Issue
Block a user