Commit 3d4d6d85 authored by Paul Jolly's avatar Paul Jolly

Amend package names to github.com/hanwen/go-fuse

parent df17f414
......@@ -7,17 +7,17 @@ for target in "clean" "install" ; do
example/multizip example/unionfs example/memfs \
example/autounionfs ; \
do
go ${target} go-fuse/${d}
go ${target} github.com/hanwen/go-fuse/${d}
done
done
for d in fuse zipfs unionfs
do
(cd $d && go test go-fuse/$d && go test -race go-fuse/$d)
(cd $d && go test github.com/hanwen/go-fuse/$d && go test -race github.com/hanwen/go-fuse/$d)
done
make -C benchmark
for d in benchmark
do
go test go-fuse/benchmark -test.bench '.*' -test.cpu 1,2
go test github.com/hanwen/go-fuse/benchmark -test.bench '.*' -test.cpu 1,2
done
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment