Commit e159a912 authored by Kirill Smelkov's avatar Kirill Smelkov

X fix test.go for mod build

go.mod is inside wcfs/ and if `go test ./...` is ran outside of it, it
autodetects to use GOPATH mode and fails to find imports used by wcfs.
parent db797d9e
...@@ -183,7 +183,7 @@ test.py.drd: bigfile/_bigfile.so wcfs/wcfs ...@@ -183,7 +183,7 @@ test.py.drd: bigfile/_bigfile.so wcfs/wcfs
# run go tests # run go tests
test.go : test.go :
$(GO) test -count=1 ./... # -count=1 disables tests caching cd wcfs && $(GO) test -count=1 ./... # -count=1 disables tests caching
# test pagefault for double/real faults - it should crash # test pagefault for double/real faults - it should crash
......
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