2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00
vinyldns/build/func-test-api.sh
2021-10-27 13:43:57 -04:00

11 lines
202 B
Bash
Executable File

#!/usr/bin/env bash
#
# This script will perform the functional tests for the API using Docker
#
set -euo pipefail
DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
cd "$DIR/../test/api/functional"
make