This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Hoernchen gerrit-no-reply at lists.osmocom.orgHello 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 <ewild at sysmocom.de>
Gerrit-Reviewer: Ruben Undheim <ruben.undheim at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190716/8c5cbbbe/attachment.htm>