diff options
Diffstat (limited to 'chapter06/attr.xml')
-rw-r--r-- | chapter06/attr.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/attr.xml b/chapter06/attr.xml index cc50a2690..0d9c50f29 100644 --- a/chapter06/attr.xml +++ b/chapter06/attr.xml @@ -60,10 +60,11 @@ <screen><userinput remap="make">make</userinput></screen> <para>The tests need to be run on a filesystem that supports extended - attributes such as the ext2, ext3, or ext4 filesystems. To test the - results, issue:</para> + attributes such as the ext2, ext3, or ext4 filesystems. The tests are also + known to fail if running multiple simultaneous tests (-j option greater than + 1). To test the results, issue:</para> -<screen><userinput remap="test">make tests root-tests</userinput></screen> +<screen><userinput remap="test">make -j1 tests root-tests</userinput></screen> <para>Install the package:</para> |