From f35f0f2c84b88d993e47afa218c989fdaee42688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 12 Oct 2015 00:03:05 +0200 Subject: Rework package testing Better error reporting and can now build everything in parallel. Failed builds are kept; others are deleted. The following command builds everything and then gives a diff of what got fixed/broken since last time ("> " is newly broken, "< " is newly fixed). make packages -j 32 -k; make summary --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3d5a519..c1573e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ doc/guide.pdf doc/html -test/app1/ -test/pkgs.log -test/temp-python/ -test/tmp/ +test/logs/ +test/packages/ -- cgit v1.2.3