[Ltrace-devel] [PATCH] display infos about the build host before make check

Olaf Hering olh at suse.de
Thu Sep 14 13:31:43 UTC 2006


Display some info about the build host before running make check.
Some testcases may fail with older or newer kernels.

---
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: ltrace-0.4/Makefile.in
===================================================================
--- ltrace-0.4.orig/Makefile.in
+++ ltrace-0.4/Makefile.in
@@ -81,7 +81,7 @@ install:	ltrace
 		$(INSTALL_FILE) ltrace.1 $(DESTDIR)$(mandir)/man1
 
 check:
-		cd testsuite; $(MAKE) check
+		cd testsuite;cat /proc/version;uptime;free -m;$(MAKE) check
 
 dummy:
 



More information about the Ltrace-devel mailing list