dnote/server/api/scripts/test-local.sh
2019-05-10 09:31:31 +10:00

8 lines
201 B
Bash
Executable file

#!/bin/bash
# test-local.sh runs api tests using local setting
set -eux
basePath=$GOPATH/src/github.com/dnote/dnote/server/api
export $(cat "$basePath"/.env.test | xargs)
"$basePath"/scripts/test.sh