summaryrefslogtreecommitdiff
path: root/t/.gitignore
diff options
context:
space:
mode:
authorLibravatar Eric Sunshine <sunshine@sunshineco.com>2018-07-11 02:46:34 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-07-17 09:15:14 -0700
commit803394459d40f8d07cef11d49900ba6f72887869 (patch)
tree5380a4ffae9e89c88855e19aea320199854a75c3 /t/.gitignore
parentt/test-lib: teach --chain-lint to detect broken &&-chains in subshells (diff)
downloadtgif-803394459d40f8d07cef11d49900ba6f72887869.tar.xz
t/Makefile: add machinery to check correctness of chainlint.sed
The --chain-lint option uses heuristics and knowledge of shell syntax to detect broken &&-chains in subshells by pure textual inspection. Although the heuristics work well, they are still best-guesses and future changes could accidentally break assumptions upon which they are based. To protect against this possibility, tests checking correctness of the linter itself will be added. As preparation, add a new makefile "check-chainlint" target and associated machinery. Signed-off-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/.gitignore')
-rw-r--r--t/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/.gitignore b/t/.gitignore
index 4e731dc1e3..348715f0e4 100644
--- a/t/.gitignore
+++ b/t/.gitignore
@@ -1,3 +1,4 @@
/trash directory*
/test-results
/.prove
+/chainlinttmp