You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Macaron] 2017-09-25 20:05:38: Started GET /user2 for
[Macaron] 2017-09-25 20:05:38: Completed /user2 200 OK in 7.9266ms
PASS
os.RemoveAll: remove integrations/indexers-pgsql/issues.bleve: directory not empty
make: *** [Makefile:190: test-pgsql] Error 1
Description
Since merging of b0f7457 I get this log when running integration tests in docker container.
I am using the webhippie/golang:edge image.
The full command I use is as follows: run -i --rm -v D:\Development\go\src\code.gitea.io\gitea:/srv/app/src/code.gitea.io/gitea -w /srv/app/src/code.gitea.io/gitea --link gitea-test-db:pgsql -e TAGS="bindata" webhippie/golang:edge make build test-pgsql
The text was updated successfully, but these errors were encountered:
[x]
):Description
Since merging of b0f7457 I get this log when running integration tests in docker container.
I am using the
webhippie/golang:edge
image.The full command I use is as follows:
run -i --rm -v D:\Development\go\src\code.gitea.io\gitea:/srv/app/src/code.gitea.io/gitea -w /srv/app/src/code.gitea.io/gitea --link gitea-test-db:pgsql -e TAGS="bindata" webhippie/golang:edge make build test-pgsql
The text was updated successfully, but these errors were encountered: