From: Matt Joiner Date: Mon, 15 Feb 2021 10:44:35 +0000 (+1100) Subject: Run torrentfs without race X-Git-Tag: v1.26.0-alpha~10^2~1 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=90b2932fe74b779d2179621668b39fc9b6974b85;p=btrtrc.git Run torrentfs without race --- diff --git a/fs/test.sh b/fs/test.sh index bb54d4f7..08d303fc 100755 --- a/fs/test.sh +++ b/fs/test.sh @@ -1,7 +1,7 @@ set -eux repopath="$(cd "$(dirname "$0")/.."; pwd)" mkdir -p mnt torrents -GOPPROF=http godo -v -race "$repopath/cmd/torrentfs" -mountDir=mnt -metainfoDir=torrents &> log & +GOPPROF=http godo -v "$repopath/cmd/torrentfs" -mountDir=mnt -metainfoDir=torrents &> log & trap 'set +e; sudo umount -f mnt' EXIT debian_file=debian-10.8.0-amd64-netinst.iso pushd torrents