File: dh_puppet_module_autopkgtest

package info (click to toggle)
dh-puppet 1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 56 kB
  • sloc: perl: 60; sh: 5; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 119 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

puppet apply --test "$1"
test $? -eq 2 || exit 1

sleep 5

puppet apply --test "$1"
test $? -eq 0 || exit 1