CI: use other port for gotorrent client 2

This commit is contained in:
Joakim Frostegård 2021-08-16 21:04:18 +02:00
parent 28d37721b7
commit 9971ef8a85

View file

@ -257,7 +257,7 @@ screen -dmS rtorrent-leech rtorrent
# ./node_modules/webtorrent-hybrid/bin/cmd.js download ./torrents/wss-ipv4.torrent -o leech > "$HOME/wss-leech.log" 2>&1 & # ./node_modules/webtorrent-hybrid/bin/cmd.js download ./torrents/wss-ipv4.torrent -o leech > "$HOME/wss-leech.log" 2>&1 &
cd leech cd leech
GOPPROF=http GODEBUG=x509ignoreCN=0 $HOME/gotorrent download ../torrents/wss-ipv4.torrent > "$HOME/wss-leech.log" 2>&1 & GOPPROF=http GODEBUG=x509ignoreCN=0 $HOME/gotorrent download --addr ":43000" ../torrents/wss-ipv4.torrent > "$HOME/wss-leech.log" 2>&1 &
cd .. cd ..
# Check for completion # Check for completion