summaryrefslogtreecommitdiff
path: root/ci/git-problem-matcher.json
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-05-20 08:33:29 -0700
committerJunio C Hamano <gitster@pobox.com>2020-05-20 08:33:29 -0700
commit972ce8561d6d332b5f794ead27cd0ae476d7fc88 (patch)
tree69b634b2f63a7ff2192a9fc6fb86efa9a90e5d6d /ci/git-problem-matcher.json
parentfde4622c0866af528e6f2c4e6bb68d83b13695bf (diff)
parente31600b03fc33282a6916a2c58d5795d17706947 (diff)
downloadgit-972ce8561d6d332b5f794ead27cd0ae476d7fc88.tar.xz
Merge branch 'jc/fix-tap-output-under-bash'
A recent attempt to make the test output nicer to view on CI systems broke TAP output under bash. The effort has been reverted to be re-attempted in the next cycle. * jc/fix-tap-output-under-bash: Revert "tests: when run in Bash, annotate test failures with file name/line number" Revert "ci: add a problem matcher for GitHub Actions" Revert "t/test_lib: avoid naked bash arrays in file_lineno"
Diffstat (limited to 'ci/git-problem-matcher.json')
-rw-r--r--ci/git-problem-matcher.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/ci/git-problem-matcher.json b/ci/git-problem-matcher.json
deleted file mode 100644
index 506dfbd97f..0000000000
--- a/ci/git-problem-matcher.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "problemMatcher": [
- {
- "owner": "git-test-suite",
- "pattern": [
- {
- "regexp": "^([^ :]+\\.sh):(\\d+): (error|warning|info):\\s+(.*)$",
- "file": 1,
- "line": 2,
- "severity": 3,
- "message": 4
- }
- ]
- }
- ]
-}