From 887bf34f49879964ae9614cef6ecd0f94c222cae Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 1 Mar 2024 23:44:17 +0800 Subject: [PATCH] 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". --- chapter08/glibc.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 39923c03b..6d1be66ae 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -171,9 +171,7 @@ esac relatively slow and/or running the test suite with multiple parallel make jobs). These tests can be identified with: - - grep "Timed out" -l $(find -name \*.out) + grep "Timed out" $(find -name \*.out) It's possible to re-run a single test with enlarged timeout with