mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 03:11:57 +00:00
binutils: add a command to list failed tests
This commit is contained in:
parent
8921ba4bae
commit
ceb61b9e38
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user