File: control

package info (click to toggle)
entr 5.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: ansic: 937; sh: 544; makefile: 13
file content (22 lines) | stat: -rw-r--r-- 597 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Test-Command: entr -h 2>&1 | grep usage
Features:
 test-name=print-help-message,
# This very simple test just checks that the binary starts and prints out the
# usage instructions, detected by keyword "usage".

Test-Command: ./system_test.sh
Features:
 test-name=upstream-system-test,
Depends:
 entr,
 file,
 gawk,
 git,
 procps,
 tmux,
 vim,
Restrictions:
 allow-stderr,
# allow-stderr: The upstream test runs git commands that always spits warnings
# to standard error about git user and email not being set, so the normal
# assumption of autopkgtests to not have any warnings must be exempted.