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
This commit is contained in:
Harald Welte 2017-11-16 17:49:38 +01:00
parent c30a76b2d4
commit d068210896
1 changed files with 1 additions and 0 deletions

View File

@ -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)