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

11 lines
208 B
Bash
Executable File

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