File: run-tests

package info (click to toggle)
puppet-lint 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 912 kB
  • sloc: ruby: 10,661; sh: 16; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 134 bytes parent folder | download | duplicates (13)
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