X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=test.do;h=13b228a8cbdf4e382c3445e06f37697727a08dcc;hb=09d14cc39cce6710af382e3a178d215be268a0d7;hp=7f3c01ec5ebabf14259e984f4fd4cfd5baf365fc;hpb=5bb9612250d3cc30c1cf76526f19d6d17cd1cbb4;p=nncp.git diff --git a/test.do b/test.do index 7f3c01e..13b228a 100644 --- a/test.do +++ b/test.do @@ -1,6 +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 ./...