Commit 5e647b59 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2f5582e6
......@@ -187,7 +187,8 @@ test.py.drd: bigfile/_bigfile.so wcfs/wcfs
# run go tests
test.go :
cd wcfs && $(GO) test -count=1 ./... # -count=1 disables tests caching
#cd wcfs && $(GO) test -count=1 ./... # -count=1 disables tests caching
cd wcfs && $(GO) test -count=1 -short ./... # -count=1 disables tests caching XXX -short temp
# 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