github.com/crowdsecurity/crowdsec@v1.6.1/test/ansible/vagrant/centos-7/skip (about) 1 #!/bin/sh 2 3 die() { 4 echo "$@" >&2 5 exit 1 6 } 7 8 # postgres is too old on this distribution 9 [ "${DB_BACKEND}" = "postgres" ] && die "skipping: postgres too old" 10 [ "${DB_BACKEND}" = "pgx" ] && die "skipping: postgres too old" 11 exit 0