From 81129844551332650ef8be1a29ae7512bfdff8d4 Mon Sep 17 00:00:00 2001 From: coffeeneed Date: Sun, 15 Mar 2026 15:46:23 +0100 Subject: [PATCH] fix: update test to use newest qbit version --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3fc2e67..258b668 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ test: go test ./... -count=1 --cover 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: @if test -z "$(rsversion)"; then echo "usage: make release rsversion=v1.2"; exit 1; fi @@ -12,4 +12,4 @@ release: env GOOS=linux GOARCH=amd64 go build -v -o ./out/linux/ratio-spoof . env GOOS=windows GOARCH=amd64 go build -v -o ./out/windows/ratio-spoof.exe . - cd out/ ; zip ratio-spoof-$(rsversion)\(linux-mac-windows\).zip -r . \ No newline at end of file + cd out/ ; zip ratio-spoof-$(rsversion)\(linux-mac-windows\).zip -r .