mirror of
https://github.com/ap-pauloafonso/ratio-spoof.git
synced 2026-05-18 07:41:46 +00:00
fix: update test to use newest qbit version
This commit is contained in:
parent
5a588ade4f
commit
8112984455
1 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@ test:
|
||||||
go test ./... -count=1 --cover
|
go test ./... -count=1 --cover
|
||||||
|
|
||||||
torrent-test:
|
torrent-test:
|
||||||
go run main.go -c qbit-4.3.3 -t bencode/torrent_files_test/debian-12.0.0-amd64-DVD-1.iso.torrent -d 0% -ds 100kbps -u 0% -us 100kbps
|
go run main.go -c qbit-5.1.4 -t bencode/torrent_files_test/debian-12.0.0-amd64-DVD-1.iso.torrent -d 0% -ds 100kbps -u 0% -us 100kbps
|
||||||
|
|
||||||
release:
|
release:
|
||||||
@if test -z "$(rsversion)"; then echo "usage: make release rsversion=v1.2"; exit 1; fi
|
@if test -z "$(rsversion)"; then echo "usage: make release rsversion=v1.2"; exit 1; fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue