зеркало из https://github.com/microsoft/git.git
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:
Коммит
02c2c60e2a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче