binutils: add a command to list failed tests

This commit is contained in:
Xi Ruoyao 2022-10-05 18:32:56 +08:00
parent 8921ba4bae
commit ceb61b9e38
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -160,6 +160,10 @@ cd build</userinput></screen>
<screen><userinput remap="test">make -k check</userinput></screen>
<para>For a list of failed tests, run:</para>
<screen><userinput remap="test">grep '^FAIL:' $(find -name '*.log')</userinput></screen>
<para>Twelve tests fail in the gold testsuite when the
<option>--enable-default-pie</option> and
<option>--enable-default-ssp</option> options are passed to GCC.