majestrate / XD

meme bittorrent client
https://xd-torrent.github.io/
MIT License
241 stars 25 forks source link

Makefile: tests no longer run #82

Closed dbermond closed 4 years ago

dbermond commented 4 years ago

info

git revision / version: git master (currently at 6b4204e)

OS: Arch Linux

Architecture: x86_64

problem

Makefile target test no longer run in current git master. It was running fine at tag v0.3.4.

backtrace / error messages

Error messages: yes

$ make
... (build ok)
$ make test
/usr/bin/go test xd/...
go: warning: "xd/..." matched no packages
no packages to test
make: *** [Makefile:71: test] Error 1

Backtrace: n/a

majestrate commented 4 years ago

fixed in https://github.com/majestrate/XD/commit/151d5b6a13f948b4b3f8728dbb15eecc9e7fc53f

dbermond commented 4 years ago

Thank you for the quick fix.

majestrate commented 4 years ago

yw