|
@@ -103,13 +103,11 @@ esac</userinput></screen>
|
|
|
<para>Fix some of the permissions so that the non-root user can compile and
|
|
|
run the tests:</para>
|
|
|
|
|
|
-<screen><userinput remap="test">chown -Rv nobody config.log {gnulib-tests,lib,src}/.deps</userinput></screen>
|
|
|
+<screen><userinput remap="test">chown -Rv nobody . </userinput></screen>
|
|
|
|
|
|
<para>Now run the tests:</para>
|
|
|
|
|
|
- <!-- FIXME: The stty-row-col test fails so add the '|| true' construct to
|
|
|
- allow jhalfs et al to ignore the failure -->
|
|
|
-<screen><userinput remap="test">su-tools nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes check" || true</userinput></screen>
|
|
|
+<screen><userinput remap="test">su-tools nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen>
|
|
|
|
|
|
<para>Remove the temporary group:</para>
|
|
|
|