#!/bin/bash
set -e -u

cd $(dirname $0)
./docker-shell ./cf-networking-release/scripts/unit-and-integration-tests.sh "$@"
