diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-12-30 08:29:42 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-12-30 08:29:42 +0000 |
commit | cb476d52146df0112d4b1b72dfc405905f2d1a03 (patch) | |
tree | b9e391bf0a30c398a633fbf375ca8d34d8da5ef4 /chapter06 | |
parent | 8cfc23012695fbb4d8f9da556d81a9376b912e85 (diff) |
Remove '-k' flag from E2fsprogs' testsuite invocation as all of its tests pass.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10085 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/e2fsprogs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 472740379..1ebbe6a55 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -113,7 +113,7 @@ cd build</userinput></screen> <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>One of the E2fsprogs tests will attempt to allocate 256 MB of memory. If you do not have significantly more RAM than this, it |