git: Some tests need apache (and some of them fails :( )

This commit is contained in:
Xi Ruoyao 2023-06-13 20:54:49 +08:00
parent 2c5e96fbee
commit d98ca85468
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -113,6 +113,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="apache"/> (for some tests),
<xref role="runtime" linkend="gnupg2"/> (runtime, may be used to sign
<application>Git</application> commits or tags, or verify the signatures
of them),
@ -190,7 +191,8 @@ make</userinput></screen>
The test suite can be run in parallel mode. To run the test suite, issue:
<command>make -k test</command>. <!--If run as a normal user, 0 tests
should be reported as failed in the final summary.-->
Three tests in <filename>t5559-http-fetch-smart-http2.sh</filename> are
If <xref linkend="apache"/> is installed,
three tests in <filename>t5559-http-fetch-smart-http2.sh</filename> are
known to fail due to cURL-8.1.x.
</para>