Hello Ruben Undheim,

I'd like you to do a code review. Please visit

    https://gerrit.osmocom.org/c/libosmocore/+/14798

to review the following change.


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



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/98/14798/1

diff --git a/tests/Makefile.am b/tests/Makefile.am
index a8a06c5..4a8a7cf 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -331,7 +331,7 @@
 TESTSUITE = $(srcdir)/testsuite

 check-local: atconfig $(TESTSUITE)
-       cat /proc/cpuinfo
+       cat /proc/cpuinfo || true
        $(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: 1
Gerrit-Owner: Hoernchen <[email protected]>
Gerrit-Reviewer: Ruben Undheim <[email protected]>
Gerrit-MessageType: newchange

Reply via email to