Index: test/test.sh |
diff --git a/test/test.sh b/test/test.sh |
index 97d7ab7bba62ed3d2a2c26767b89cb1c1fc2249d..53cca8507e3d940e292c2f0327ba06357d44954a 100755 |
--- a/test/test.sh |
+++ b/test/test.sh |
@@ -69,7 +69,7 @@ dartanalyzer --fatal-warnings --package-warnings bin/devc.dart | (! grep $PWD) \ |
# * subdirectories of test/ and tool/, unless explicitly added. Those dirs |
# contain a lot of generated or external source we should not reformat. |
(files=`git ls-files 'bin/*.dart' 'lib/*.dart' test/*.dart test/checker/*.dart \ |
- tool/*.dart | grep -v test/`; git status -s $files | grep -q . \ |
+ tool/*.dart | grep -v lib/src/js/`; git status -s $files | grep -q . \ |
&& echo "Did not run the formatter, please commit edited files first." \ |
|| (echo "Running dart formatter" ; pub run dart_style:format -w $files)) |
popd &> /dev/null |