#!/bin/bash# This script builds the Docker image to run the PostgreSQL tests, and then runs# the tests.set-e
# Build, and tag
dockerbuilddocker/-fdocker/Dockerfile-pgtests-tsynapsepgtests
# Run, mounting the current directory into /src
dockerrun--rm-it-v$(pwd)\:/srcsynapsepgtests