dnote/pkg/server/api/scripts/test-local.sh
2019-07-23 15:55:23 +10:00

12 lines
233 B
Bash
Executable file

#!/bin/bash
# shellcheck disable=SC1090
# test-local.sh runs api tests using local setting
set -eux
basePath=$GOPATH/src/github.com/dnote/dnote/pkg/server
set -a
source "$basePath/.env.test"
set +a
"$basePath/api/scripts/test.sh"