From: Wolfram Schneider Date: Thu, 30 Jan 2014 13:59:38 +0000 (+0000) Subject: indent all test files X-Git-Tag: 1.0.0~1567 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=d9a0bf989c217697dd97ba3761127979e6b8369a;hp=3b51b813c7f9a792bb43043202f3f7a8d987cfbc;p=mkws-moved-to-github.git indent all test files --- 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