X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=test.do;h=13b228a8cbdf4e382c3445e06f37697727a08dcc;hp=feb7b5fa8760b7bd2272f21f446715f2168923e1;hb=be389bd7f3d36d371007c86341059b042233d455;hpb=f426fc5180d9d1fa1fa34fefbcd0e1ccd00ff780 diff --git a/test.do b/test.do index feb7b5f..13b228a 100644 --- a/test.do +++ b/test.do @@ -1,7 +1,6 @@ -redo-ifchange config gopath module-name +redo-ifchange config exec >&2 . ./config -. ./gopath -mod=`cat module-name` cd src -GOPATH=$GOPATH ${GO:-go} test -failfast $mod/... +GO=${GO:-go} +$GO test -failfast ./...