]> Sergey Matveev's repositories - btrtrc.git/commitdiff
fs/test.sh: Use go run instead of godo
authorMatt Joiner <anacrolix@gmail.com>
Mon, 27 Dec 2021 09:27:25 +0000 (20:27 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 28 Dec 2021 01:06:29 +0000 (12:06 +1100)
fs/test.sh

index 8f3af5be619fcc491039fd55c8f6194251ad1e98..c921f4ba4f3c67c3ba3fb7d8f36df18babc2d4c1 100755 (executable)
@@ -1,12 +1,12 @@
 set -eux
 repopath="$(cd "$(dirname "$0")/.."; pwd)"
 mkdir -p mnt torrents
-GOPPROF=http godo -v "$repopath/cmd/torrentfs" -mountDir=mnt -metainfoDir=torrents &
+GOPPROF=http go run -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" .
-godo -v -race "$repopath/cmd/torrent" metainfo "$repopath/testdata/sintel.torrent" magnet > sintel.magnet
+go run -v -race "$repopath/cmd/torrent" metainfo "$repopath/testdata/sintel.torrent" magnet > sintel.magnet
 popd
 file="$debian_file"
 # file=sintel.mp4