Skip to content

Commit cc3e0fe

Browse files
committed
utils/git-precommit.sh: Improved this script.
1 parent 65f3367 commit cc3e0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/git-precommit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ git stash -q --keep-index
1111
# Only run tests if our rulesets have been changed.
1212
RULESET_PATTERN="src/chrome/content/rules/"
1313
if [ $(git diff --cached --name-only | grep "$RULESET_PATTERN") ]; then
14-
echo "$(date -R): Running tests:"
14+
echo "$(date -R): Running ruleset validation tests:"
1515
./utils/trivial-validate.py $RULESET_PATTERN > /dev/null
1616
RESULT=$?
1717

0 commit comments

Comments
 (0)