File: README.test

package info (click to toggle)
proftmb 1.1.12-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,208 kB
  • sloc: cpp: 5,038; sh: 746; makefile: 82
file content (25 lines) | stat: -rw-r--r-- 937 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Notes on how this package can be tested.
────────────────────────────────────────

This package can be tested by executing

    sh installation-test

in order to confirm its integrity.

This test calls `proftmb` with default options file and example data, when 
checks that resulting files are the same as provided example files (which are 
result of proftmb call with the same parameters).

Couldn't find  (option -d) or it wasn't a directory.

To test manually, cd to some directory where you have write permissions and do
 
    cp -a /usr/share/doc/proftmb/examples/* .
    proftmb @/usr/share/proftmb/options -q example.Q -o result

Note if you provide options file path parameter, like in example above, you 
*must* prepend '@' symbol to it. 

More details on parameters and output formats are available in the package's man 
page (run `man proftmb`).