summaryrefslogtreecommitdiffstats
path: root/test/three.test
Commit message (Collapse)AuthorAgeFilesLines
* test: Check more return statusJean Delvare2013-12-171-0/+6
| | | | | Quilt pop at the bottom of the stack returns 2, as does quilt push at the top of the stack.
* Let the test suite cover "quilt grep".Jean Delvare2011-03-071-0/+2
|
* Give more meaningful error messagesDavid Paleino2010-01-271-9/+9
| | | | | | | | Differentiate output when $QUILT_PATCHES/series is not found from when $QUILT_PATCHES/series is empty. This has originally been reported as http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557621
* Separate working directory for each test caseJean Delvare2010-01-231-12/+6
| | | | | | | | | | | | | | | | | 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.
* - Rename the ``remove'' command to ``revert'': this removesAndreas Gruenbacher2007-04-271-1/+1
| | | | | ambiguities with the delete command, and more closely matches what the command does.
* - quilt/scripts/patchfns.in: Fix broken return in functionJean Delvare2006-04-151-0/+3
| | | | | | find_applied_patch, which was causing a bogus error message on failed pop. - test/three.test: Test failed pop.
* - Fix delete -n when no patches are applied.Andreas Gruenbacher2006-01-211-1/+1
|
* - Move patch parameter checks into patchfns.in, adding quotesJohn Mark Vandenberg2006-01-191-6/+23
| | | | | around all patch parameters, and reporting 'No patches in series' - quilt/annonate.in: Fix case where no patches have been applied.
* - test/three.test, test/import.test: Add various tests.Andreas Gruenbacher2006-01-161-0/+153