hack/test-integration-docker.sh
dd0aaa12
 #!/bin/bash
 
 set -o errexit
 set -o nounset
 set -o pipefail
 
 OS_ROOT=$(dirname "${BASH_SOURCE}")/..
 
5bcc9176
 # Go to the top of the tree.
 cd "${OS_ROOT}"
dd0aaa12
 
5bcc9176
 OS_TEST_TAGS="integration docker" hack/test-integration.sh