summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-11-16 17:49:38 +0100
committerHarald Welte <laforge@gnumonks.org>2017-11-16 16:57:33 +0000
commitd0682108964fe7928e75e24c450637a62331ad9f (patch)
tree2870b3087ddfa45b5e24f2beb9ff05c543351dd2 /tests
parentc30a76b2d49265ba6b7ab9e1d684b507b3bfc5f4 (diff)
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
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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)