]> Sergey Matveev's repositories - btrtrc.git/commitdiff
fs/test.sh: Use godo for out of tree go run
authorMatt Joiner <anacrolix@gmail.com>
Mon, 15 Feb 2021 04:45:07 +0000 (15:45 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 15 Feb 2021 04:45:07 +0000 (15:45 +1100)
fs/test.sh

index e5cfc07d6768e497dd657c050ff9a43ec1c9b997..bb54d4f7cb0f165cac91a77c8aa6575e46023db6 100755 (executable)
@@ -1,7 +1,7 @@
 set -eux
 repopath="$(cd "$(dirname "$0")/.."; pwd)"
 mkdir -p mnt torrents
-GOPPROF=http go run -v -race "$repopath/cmd/torrentfs" -mountDir=mnt -metainfoDir=torrents &> log &
+GOPPROF=http godo -v -race "$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