X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;ds=sidebyside;f=test.do;h=21eb21b176069634969079521fac41a9458a5361;hb=refs%2Ftags%2Fv2.6.0;hp=157579144643ba817a9e4bdbbbd0b039edc532c2;hpb=d452b7a33ed013e8aac742af419fd58ae62693d3;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