From d0682108964fe7928e75e24c450637a62331ad9f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 16 Nov 2017 17:49:38 +0100 Subject: Print /proc/cpuinfo before executing testsuite The testsuite fails on some specific build machines in the OBS build cluster. Let's try to figure out which CPU flags they have to narrow down the cause of this. Change-Id: Ib23e5bfb3c894206fad62d6cc6151583b1bb75a6 --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 1d4fb242..e11092df 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -244,6 +244,7 @@ noinst_HEADERS = conv/conv.h TESTSUITE = $(srcdir)/testsuite check-local: atconfig $(TESTSUITE) + cat /proc/cpuinfo $(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS) installcheck-local: atconfig $(TESTSUITE) -- cgit v1.2.3