File: control

package info (click to toggle)
cedar-backup3 3.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,172 kB
  • sloc: python: 69,622; sh: 594; makefile: 148
file content (21 lines) | stat: -rw-r--r-- 736 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Run the unit tests on the library code
Tests: unittest
Restrictions: allow-stderr

# Run some basic tests on command-line functionality for cback3
Tests: cback3-version cback3-help cback3-diagnostics
Restrictions: allow-stderr

# Run some basic tests on command-line functionality for cback3-span
Tests: cback3-span-version cback3-span-help cback3-span-diagnostics
Restrictions: allow-stderr

# Run some basic tests on command-line functionality for cback3-amazons3-sync
Tests: cback3-amazons3-sync-version cback3-amazons3-sync-help cback3-amazons3-sync-diagnostics
Restrictions: allow-stderr

# Run a simple backup and make sure it succeeds
Tests: simplebackup
Depends: @, awk, diffutils, tar
Restrictions: allow-stderr, needs-root