DEBSOURCES
Skip Quicknav
sources / pgsql-http / 1.6.3-1 / debian / tests / installcheck
12345678
#!/bin/sh set -eux # skip tests if networking is unavailable curl -f https://httpbun.org/status/202 || EXIT 77 pg_buildext installcheck