diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-05 11:37:16 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-05 17:51:06 +0800 |
commit | 889f3811e524af6c8046c01292c816151b4d0a3f (patch) | |
tree | 5d9268ae8931b400cbc9a2d3eccc25764b9a2638 /chapter08 | |
parent | 51e4ab228f0ee130995291da9b7c119396c86909 (diff) |
Revert "gdbm: document gdbmtool tests fail, add -k"
This reverts commit ae3f78a38237bbdd7937f5a770d2c9582fa242ed.
No longer needed with gdbm-1.22 or later:
https://git.gnu.org.ua/gdbm.git/commit/?id=5b62babd
https://git.gnu.org.ua/gdbm.git/commit/?id=f586b159
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/gdbm.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/chapter08/gdbm.xml b/chapter08/gdbm.xml index 93e1f6a11..431987f52 100644 --- a/chapter08/gdbm.xml +++ b/chapter08/gdbm.xml @@ -73,14 +73,12 @@ <para>To test the results, issue:</para> -<screen><userinput remap="test">make -k check</userinput></screen> - +<screen><userinput remap="test">make check</userinput></screen> +<!-- <para> - The gdbmtool tests are known to fail with some DejaGNU - <literal>ERROR</literal> messages. In the summary it's - shown as one unresolved testcase. + One test, <filename>version</filename>, is known to fail. </para> - +--> <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |