|
@@ -109,9 +109,14 @@ cd build</userinput></screen>
|
|
|
|
|
|
<screen><userinput remap="test">ulimit -s 32768</userinput></screen>
|
|
|
|
|
|
- <para>测试编译结果,但出错时继续执行其他测试:</para>
|
|
|
+ <para>删除一个已知会导致问题的测试:</para>
|
|
|
|
|
|
-<screen><userinput remap="test">make -k check</userinput></screen>
|
|
|
+<screen><userinput remap="test">rm ../gcc/testsuite/g++.dg/pr83239.C</userinput></screen>
|
|
|
+
|
|
|
+ <para>以非特权用户身份测试编译结果,但出错时继续执行其他测试:</para>
|
|
|
+
|
|
|
+<screen><userinput remap="test">chown -Rv nobody .
|
|
|
+su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
|
|
|
|
|
|
<para>输入以下命令查看测试结果的摘要:</para>
|
|
|
|