diff options
-rw-r--r-- | chapter08/make.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter08/make.xml b/chapter08/make.xml index 180c6e591..80abcd128 100644 --- a/chapter08/make.xml +++ b/chapter08/make.xml @@ -49,9 +49,12 @@ <screen><userinput remap="make">make</userinput></screen> + <!-- Running tests as root causes failures: + https://savannah.gnu.org/bugs/?63852 --> <para>To test the results, issue:</para> -<screen><userinput remap="test">make check</userinput></screen> +<screen><userinput remap="test">chown -Rv tester . +su tester -c "PATH=$PATH make check"</userinput></screen> <para>Install the package:</para> |