File: installcheck

package info (click to toggle)
pgsql-http 1.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: ansic: 1,119; sql: 349; makefile: 21; sh: 3
file content (8 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -eux

# skip tests if networking is unavailable
curl -f https://httpbun.org/status/202 || EXIT 77

pg_buildext installcheck