gdbm: document gdbmtool tests fail, add -k

This commit is contained in:
Xi Ruoyao 2021-08-29 22:08:49 +08:00
parent 3dc82263cf
commit ae3f78a382
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -73,12 +73,14 @@
<para>To test the results, issue:</para> <para>To test the results, issue:</para>
<screen><userinput remap="test">make check</userinput></screen> <screen><userinput remap="test">make -k check</userinput></screen>
<!--
<para> <para>
One test, <filename>version</filename>, is known to fail. The gdbmtool tests are known to fail with some DejaGNU
<literal>ERROR</literal> messages. In the summary it's
shown as one unresolved testcase.
</para> </para>
-->
<para>Install the package:</para> <para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen> <screen><userinput remap="install">make install</userinput></screen>