File: run-tests

package info (click to toggle)
puppet-module-puppetlabs-stdlib 4.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,348 kB
  • ctags: 257
  • sloc: ruby: 14,290; 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