2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 10:10:12 +00:00
vinyldns/build/func-test-portal.sh

11 lines
208 B
Bash
Raw Permalink Normal View History

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