From 7df3e02388840deb495f08ef7dcee02974685323 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 28 Aug 2017 13:15:27 +0200 Subject: [PATCH] Include misc/tst-syscall-list.out in the build log --- glibc.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glibc.spec b/glibc.spec index 5534349..3d15644 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1787,6 +1787,10 @@ run_tests () { # If the crypt-glibc test suite fails, something is completely # broken, so fail the build in this case. make %{?_smp_mflags} subdirs=crypt-glibc check %{silentrules} + + # Unconditonally dump differences in the system call list. + echo "* System call consistency checks:" + cat misc/tst-syscall-list.out } # Increase timeouts