Revert "fs/test.sh: Use go run instead of godo"
This reverts commit e8bd16257c
.
This commit is contained in:
parent
68e47c4bea
commit
79959587cd
|
@ -1,12 +1,12 @@
|
|||
set -eux
|
||||
repopath="$(cd "$(dirname "$0")/.."; pwd)"
|
||||
mkdir -p mnt torrents
|
||||
GOPPROF=http go run -v "$repopath/cmd/torrentfs" -mountDir=mnt -metainfoDir=torrents &
|
||||
GOPPROF=http godo -v "$repopath/cmd/torrentfs" -mountDir=mnt -metainfoDir=torrents &
|
||||
trap 'set +e; sudo umount -f mnt' EXIT
|
||||
debian_file=debian-10.8.0-amd64-netinst.iso
|
||||
pushd torrents
|
||||
cp "$repopath/testdata/$debian_file.torrent" .
|
||||
go run -v -race "$repopath/cmd/torrent" metainfo "$repopath/testdata/sintel.torrent" magnet > sintel.magnet
|
||||
godo -v -race "$repopath/cmd/torrent" metainfo "$repopath/testdata/sintel.torrent" magnet > sintel.magnet
|
||||
popd
|
||||
file="$debian_file"
|
||||
# file=sintel.mp4
|
||||
|
|
Loading…
Reference in New Issue