summaryrefslogtreecommitdiffstats
path: root/test/dir-a-b.test
Commit message (Collapse)AuthorAgeFilesLines
* Separate working directory for each test caseJean Delvare2010-01-231-6/+1
| | | | | | | | | | | | | | | | | Let the test suite runner script create a separate working directory for each test. This makes it possible to run several tests in parallel, speeding up testing on SMP systems. It also ensures that a broken test case can no longer cause another test case to fail. At this point, it is possible to run the test suite in parallel, the final result (success or failure) will be correct, however the output is hardly readable because the progress of all tests are interlaced. This will be improved later. As a nice side effect, this means we can drop the setup and clean-up steps that were present in all test cases.
* - quilt/scripts/patchfns.in: Drop support for "-pab" in seriesJean Delvare2006-09-191-46/+0
| | | | | | file, for it breaks compatibility with previous versions of quilt, and is inconsistent. - test/dir-a-b.test: Drop test case for "-pab" in series file.
* - test/*.test: Make sure that rm commands are non-interactive.Jean Delvare2006-09-191-2/+2
|
* - test/dir-a-b.test: Don't use diffstat in the regression testJean Delvare2006-09-191-8/+0
| | | | suite, as it may or may not be available.
* - A few more `-p ab' fixes.Andreas Gruenbacher2006-06-271-0/+79
|
* - quilt/push.in: Fix a bug introduced with the -p ab support.Andreas Gruenbacher2006-06-271-0/+43
- test/dir-a-b.test: Add a regression test case for this fix.