X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=test.do;h=13b228a8cbdf4e382c3445e06f37697727a08dcc;hb=7696544068749db54f07c21cd658557905302fe4;hp=feb7b5fa8760b7bd2272f21f446715f2168923e1;hpb=1c773d7a2acd7fef4b7b1567b59e1601a79d55fe;p=nncp.git 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 ./...