projects
/
btrtrc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dd566a
)
Run torrentfs without race
author
Matt Joiner <anacrolix@gmail.com>
Mon, 15 Feb 2021 10:44:35 +0000 (21:44 +1100)
committer
Matt Joiner <anacrolix@gmail.com>
Mon, 15 Feb 2021 10:44:35 +0000 (21:44 +1100)
fs/test.sh
patch
|
blob
|
history
diff --git
a/fs/test.sh
b/fs/test.sh
index bb54d4f7cb0f165cac91a77c8aa6575e46023db6..08d303fc755461d9d3a6b3cb9fa0babf6c6ab49a 100755
(executable)
--- 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