File: run-tests

package info (click to toggle)
puppet-lint 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 932 kB
  • sloc: ruby: 11,769; sh: 16; makefile: 11
file content (9 lines) | stat: -rwxr-xr-x 134 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
#!/bin/sh

cd "$(dirname $0)"

if [ -z "${AUTOPKGTEST_TMP:-}" ]; then
  tempdir="$(mktemp -d --suffix=.autopkgtest)"
fi

prove -v *.t