fs/test.sh: Use godo for out of tree go run
This commit is contained in:
parent
e3cfd3d033
commit
a5439836d9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue