summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2010-01-23 21:23:01 +0100
committerJean Delvare <jdelvare@suse.de>2010-01-23 21:23:01 +0100
commitaec8cb5d622a24c1d3ce7a06cfc50e037fb676e7 (patch)
tree3d1beff315e4d7669fb6fdaba85c9980ab843309 /quilt.changes
parentf1458bf10fe56cb4f95f446bf35bcd09a55f6ecd (diff)
downloadquilt-aec8cb5d622a24c1d3ce7a06cfc50e037fb676e7.tar.gz
Let the test suite be run in parallel
Add an option to the test case runner script to generate an output suitable for parallel runs: * Print the full output at the end of the test case, all at once. * Only output the detailed commands on failed test cases. This makes it possible and convenient to run the test suite in parallel on SMP systems.
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes1
1 files changed, 1 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index 594607d..933b08d 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -3,6 +3,7 @@ Sat Jan 23 21:11:12 CET 2010 - jdelvare@suse.de
- test/run, test/*.test: Separate working directory for each test
case.
+- Makefile.in, test/run: Let the test suite be run in parallel.
-------------------------------------------------------------------
Sat Jan 23 17:59:33 CET 2010 - hertzog@debian.org