Show More
@@ -54,6 +54,11 b'' | |||
|
54 | 54 | (run-hooks 'hg-test-mode-hook)) |
|
55 | 55 | |
|
56 | 56 | (with-eval-after-load "compile" |
|
57 | ;; Link to Python sources in tracebacks in .t failures. | |
|
58 | (add-to-list 'compilation-error-regexp-alist-alist | |
|
59 | '(hg-test-output-python-tb | |
|
60 | "^\\+ +File ['\"]\\([^'\"]+\\)['\"], line \\([0-9]+\\)," 1 2)) | |
|
61 | (add-to-list 'compilation-error-regexp-alist 'hg-test-output-python-tb) | |
|
57 | 62 | ;; Link to source files in test-check-code.t violations. |
|
58 | 63 | (add-to-list 'compilation-error-regexp-alist-alist |
|
59 | 64 | '(hg-test-check-code-output |
General Comments 0
You need to be logged in to leave comments.
Login now