diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-08-29 22:08:49 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-08-29 23:39:03 +0800 |
commit | ae3f78a38237bbdd7937f5a770d2c9582fa242ed (patch) | |
tree | 60e899cf523e9251e5367d28f6a4111850a21a06 | |
parent | 3dc82263cf386caed52e2dbd13e22b4e7237ef01 (diff) |
gdbm: document gdbmtool tests fail, add -k
-rw-r--r-- | chapter08/gdbm.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/chapter08/gdbm.xml b/chapter08/gdbm.xml index 431987f52..93e1f6a11 100644 --- a/chapter08/gdbm.xml +++ b/chapter08/gdbm.xml @@ -73,12 +73,14 @@ <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> - 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>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |