diff options
author | Loïc Hoguin <[email protected]> | 2015-10-12 00:03:05 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-10-12 00:04:02 +0200 |
commit | f35f0f2c84b88d993e47afa218c989fdaee42688 (patch) | |
tree | b2c551380770a6f9c62dbe5dc12f2ef482008e4d /.gitignore | |
parent | 73532c2f37cf2e71a3f7f60c44ca91489aec1637 (diff) | |
download | erlang.mk-f35f0f2c84b88d993e47afa218c989fdaee42688.tar.gz erlang.mk-f35f0f2c84b88d993e47afa218c989fdaee42688.tar.bz2 erlang.mk-f35f0f2c84b88d993e47afa218c989fdaee42688.zip |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,6 +1,4 @@ doc/guide.pdf doc/html -test/app1/ -test/pkgs.log -test/temp-python/ -test/tmp/ +test/logs/ +test/packages/ |