summaryrefslogtreecommitdiffstats
path: root/test/annotate.test
Commit message (Collapse)AuthorAgeFilesLines
* Tree-wide white-space cleanupsJean Delvare2014-01-201-3/+3
| | | | | | | * Delete blank lines at end of files. * Delete white space at end of lines. * Delete spaces before tab. * Replace 8 spaces by a tab where it makes sense.
* 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.
* - test/*.test: Make sure that rm commands are non-interactive.Jean Delvare2006-09-191-1/+1
|
* - Unify existing -p and -n parameters that specify a patch:Andreas Gruenbacher2006-01-271-3/+3
| | | | | always use -P as the option name. Update test suite and the translations accordingly. Patch mostly from Gary V. Vaughan.
* - Fix the test suite so that directories leftover from a previouslyJean Delvare2005-09-231-0/+1
| | | | interrupted test won't cause a test to fail.
* - Makefile.in: Fix when COMPAT_PROGRAMS is empty.Andreas Gruenbacher2005-09-191-1/+1
|
* - quilt/annotate.in: New option "-p patch" to stop checking for changesJean Delvare2005-09-131-0/+23
| | | | | | at the specified rather than the topmost patch. - bash_completion: Support the new -p option. - test/annotation.test: Test the new -p option.
* - test/*.test: Fix sed compatibility issues: do not use inplace (-i); doJean Delvare2005-09-091-3/+6
| | | | | | not filter out tabs in patches, it's no more needed now that --no-timestamps is used; do not use the "a" command. Based on a patch by John Vandenberg.
* - quilt/annotate.in: Fix case where the file is created/deletedAndreas Gruenbacher2005-07-181-0/+29
| | | | | by a patch. - Makefile.in: add uninstall target.
* - Add new annotate command.Andreas Gruenbacher2005-06-181-0/+63