X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=test.do;h=21eb21b176069634969079521fac41a9458a5361;hb=d5b1d8c1af247aa07550b57c8a9d9fd41d1bcdc6;hp=157579144643ba817a9e4bdbbbd0b039edc532c2;hpb=bbf3a665eace9a901d6e4d48e85b9c6921e26bbf;p=gocheese.git diff --git a/test.do b/test.do index 1575791..21eb21b 100644 --- a/test.do +++ b/test.do @@ -1,2 +1 @@ -redo-ifchange module-name -${GO:=go} test `cat module-name`/... >&2 +${GO:-go} test ./... >&2