Skip to content

Commit 19ddd2e

Browse files
committed
provide a much faster spelling test for recent checks
1 parent 810ec37 commit 19ddd2e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

util/xt-recent-aspell.p6

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
3+
# Test only the most recent commits for spelling issues.
4+
# (much faster than running the whole xt/aspell.t test)
5+
6+
perl6 xt/aspell.t $(git llog | egrep '^M.*\.(pod6|md)$' | head -40 | sort -u | awk '{print $2}')

0 commit comments

Comments
 (0)