Skip to content

Commit 27969f3

Browse files
authored
Merge pull request #750 from Dyalog/749-update-email
update email-adress (#749)
2 parents 7e22c48 + 09d370f commit 27969f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CITA.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
defaults: {
33
secondstimeout: 600,
44
platforms: ["win","macx86","macarm","pi","linux"],
5-
email: "mkrom@dyalog.com",
5+
email: "linkdev@dyalog.com",
66
dyalogversions: "18-",
7+
errorextractor: "^.*\n.*∧", // a regex to extract error messages from output logs (just take the last two lines to extract something that we can do a ∪ on)
78
},
89

910
tests: [

0 commit comments

Comments
 (0)