File: installcheck

package info (click to toggle)
postgresql-filedump 13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 244 kB
  • sloc: ansic: 2,692; makefile: 32; sh: 18; sql: 15
file content (6 lines) | stat: -rwxr-xr-x 89 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh

if ! pg_virtualenv make installcheck; then
  cat regression.diffs
  exit 1
fi