dnote/scripts/server/test-local.sh
Sung Won Cho 2124e28a9f
Use go module (#303)
* Migrate to gomodule

* Fix install

* Update makefile
2019-11-11 15:28:47 +08:00

12 lines
216 B
Bash
Executable file

#!/usr/bin/env bash
# shellcheck disable=SC1090
# test-local.sh runs api tests using local setting
set -eux
dir=$(dirname "${BASH_SOURCE[0]}")
set -a
source "$dir/../../pkg/server/.env.test"
set +a
"$dir/test.sh"