glibc: Make the command enumerating timed out tests remap="test"

So if a test times out, it will be noted in jhalfs log.

Also remove "-l" so the output will be something like

    ./nptl/tst-thread-affinity-pthread: Timed out ...

instead of just a puzzling "./nptl/tst-thread-affinity-pthread".
This commit is contained in:
Xi Ruoyao 2024-03-01 23:44:17 +08:00
parent b570133fec
commit 887bf34f49
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -171,9 +171,7 @@ esac</userinput></screen>
relatively slow and/or running the test suite with multiple
parallel make jobs). These tests can be identified with:</para>
<!-- TODO: Using nodump for freeze. Change it to role="test" after
12.1 release so jhalfs can list these in the log. -->
<screen role="nodump"><userinput>grep "Timed out" -l $(find -name \*.out)</userinput></screen>
<screen><userinput remap="test">grep "Timed out" $(find -name \*.out)</userinput></screen>
<para>It's possible to re-run a single test with enlarged timeout
with