File: control

package info (click to toggle)
retry 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,464 kB
  • sloc: sh: 4,144; ansic: 529; makefile: 12
file content (10 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Test-Command: retry 2>&1 | grep -i criteria
Restrictions: superficial

Test-Command: retry --until=success true

Test-Command: retry -t 3 -d 3 -u success ls

# Verify the manpage integrity.
# See https://github.com/minfrin/retry/issues/12
Test-Command: cat retry.1 | grep "try forever"