]> git.saurik.com Git - apt.git/commit - test/integration/run-tests
tests: add a -j $jobs mode to test runner for parallel execution
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 15 Sep 2015 07:56:57 +0000 (09:56 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Tue, 15 Sep 2015 08:21:36 +0000 (10:21 +0200)
commit61e927785a8b79141cb5aac622cb00b547b78b9b
tree05fbe200d75690924cfc4026a327ca1ec9c6446b
parent6c0765c096ffb4df14169236c865bbb2b10974ae
tests: add a -j $jobs mode to test runner for parallel execution

Now that tests can be run in parallel, lets actually do it… The mode has
some downsides like not collecting the failed tests, but it can be a lot
faster than a sequential run and is therefore a good alternative in
testing those "this shouldn't break anything" changes (which tend to
break everything if untested).

Git-Dch: Ignore
test/integration/framework
test/integration/run-tests