laforge has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/c/libosmocore/+/14798 )

Change subject: No fail if no /proc/cpuinfo
......................................................................

No fail if no /proc/cpuinfo

Change-Id: I4b9e12e34f69d98fa87179c7ee390e31001ec943
---
M tests/Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/tests/Makefile.am b/tests/Makefile.am
index 92edf75..ececf69 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -336,7 +336,7 @@
 TESTSUITE = $(srcdir)/testsuite

 check-local: atconfig $(TESTSUITE)
-       cat /proc/cpuinfo
+       [ -e /proc/cpuinfo ] && cat /proc/cpuinfo
        $(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS)
        $(MAKE) $(AM_MAKEFLAGS) ext-tests


--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/14798
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I4b9e12e34f69d98fa87179c7ee390e31001ec943
Gerrit-Change-Number: 14798
Gerrit-PatchSet: 4
Gerrit-Owner: Hoernchen <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Ruben Undheim <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-CC: lynxis lazus <[email protected]>
Gerrit-MessageType: merged

Reply via email to