diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-09 19:52:48 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-09 19:52:48 +0000 |
commit | 5dbeba9b1c6d90f94d3d44b37422f50f322ded0e (patch) | |
tree | cd45eb17c724ca2152ef75f3d657bf0fd815d112 /chapter06 | |
parent | 80eee1527e5652d5406d6fe7433eeff626c7a45f (diff) |
Update Makefile to better support scripts
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9622 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/vim.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index e3b52d299..a8bc4275d 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -79,7 +79,8 @@ <para>However, this test suite outputs a lot of binary data to the screen, which can cause issues with the settings of the current terminal. This can - be resolved by redirecting the output to a log file.</para> + be resolved by redirecting the output to a log file. A successful test + will result in the words "ALL DONE" at completion.</para> <para>Install the package:</para> |