X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=33c5fb3fa7453461f7ff2c2433a5d2f776969279;hb=552dacefd4ad7dfffad2d2784aa340916e8d2587;hp=e2d8fc23bada8531b7751f505f8654579e4c7be9;hpb=d93b6804de7fb2b6f8eddecfdb5f31165d9821c8;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index e2d8fc2..33c5fb3 100644 --- a/test/Makefile +++ b/test/Makefile @@ -24,7 +24,7 @@ terse: $(MIKE) jasmine-node --noColor --captureExceptions --forceexit spec jsbeautifier jsb indent: - for i in ./spec/*.js ./js/*.js; do \ + for i in ./spec*/*.js ./js/*.js; do \ jsbeautifier -j $$i > $@.tmp && mv -f $@.tmp $$i; \ done