dnote/pkg/server/api/scripts/test-local.sh
Sung Won Cho 23a511dbe0
Improve package structure (#207)
* Improve package structure

* Set up travis
2019-06-25 19:20:19 +10:00

8 lines
205 B
Bash
Executable file

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