File: run-tests

package info (click to toggle)
puppet-module-puppetlabs-concat 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 360 kB
  • ctags: 33
  • sloc: ruby: 2,018; sh: 425; makefile: 2
file content (9 lines) | stat: -rwxr-xr-x 125 bytes parent folder | download | duplicates (29)
1
2
3
4
5
6
7
8
9
#!/bin/sh

cd "$(dirname $0)"

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

prove -v *.t