File: README

package info (click to toggle)
dpatch 2.0.38%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 676 kB
  • sloc: sh: 1,013; makefile: 225; awk: 57; perl: 17
file content (24 lines) | stat: -rw-r--r-- 734 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[Testsuite documentation]

This directory contains the testsuite for dpatch.
Run the run-test.sh program with this directory as current directory.

This testsuite requires the following packages installed:
     dpatch (it will not run the test against the source)
     debhelper

The order of scripts is important; to add new tests, 
add it after the existing tests.
The tests are of [0-9][0-9]_*.sh style.

The exit code of the scripts are used to convey success/fail of tests.
    0: success
    non-0: failure


The log of execution is stored as test.log.summary,
and log of individual runs are stored in log/$SCRIPTNAME
compare the output between releases to find regression.


 -- 11 Jul 2005, Junichi Uekawa <dancer@debian.org>