From: Matt Joiner Date: Mon, 31 Jan 2022 00:47:40 +0000 (+1100) Subject: Revert "fs/test.sh: Use go run instead of godo" X-Git-Tag: v1.41.0~19 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=79959587cd907eed21526568388d7735b4777f13;p=btrtrc.git Revert "fs/test.sh: Use go run instead of godo" This reverts commit e8bd16257c40a5b53ac19c4f8b7669eb41b699e2. --- diff --git a/fs/test.sh b/fs/test.sh index c921f4ba..8f3af5be 100755 --- a/fs/test.sh +++ b/fs/test.sh @@ -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