]> Cypherpunks.ru repositories - nncp.git/blobdiff - test.do
Unify onion word usage
[nncp.git] / test.do
diff --git a/test.do b/test.do
index feb7b5fa8760b7bd2272f21f446715f2168923e1..13b228a8cbdf4e382c3445e06f37697727a08dcc 100644 (file)
--- 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 ./...