File: run-tests

package info (click to toggle)
hiera-eyaml 4.2.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 352 kB
  • sloc: ruby: 1,608; sh: 44; makefile: 16
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