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