We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd524c commit 2a7b91bCopy full SHA for 2a7b91b
test/validations/path/run.sh
@@ -2,7 +2,7 @@
2
3
RULESETFOLDER=src/chrome/content/rules
4
5
-FILES=`find . | grep -v $RULESETFOLDER | grep '\.xml$'`
+FILES=`git grep --name-only . | grep -v $RULESETFOLDER | grep '\.xml$'`
6
7
EXIT_CODE=0
8
0 commit comments