Skip to content

Commit bfa87fe

Browse files
committed
More patterns for failure links
1 parent aa9a552 commit bfa87fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

html-failure-report.lisp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ the string is returned unchanged."
116116
'(("(https://github.com/.*?/.*?)\\.git" 0 "/blob/")
117117
("(https://.*gitlab.*)\\.git$" 0 "/blob/")
118118
("(https://bitbucket.org/.*?)\\.git$" 0 "/src/")
119-
("(http://dwim.hu/live/.*$)" 0)))
119+
("(http://dwim.hu/live/.*$)" 0)
120+
("^(https:.*notabug.*)\.git$" 0 "/src/")))
120121

121122
(defun location-base (location)
122123
(reconstitute location *location-base-substitutions*))

0 commit comments

Comments
 (0)