From feeb467c1a9142bf09fc54fbc5dcc5239d647c78 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 20 Jun 2017 19:47:05 +0300 Subject: Add support for build configuration warning-detecting regexes --- mod/mod-build-task.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod/mod-build-task.cxx b/mod/mod-build-task.cxx index a56d75b..86acbf6 100644 --- a/mod/mod-build-task.cxx +++ b/mod/mod-build-task.cxx @@ -204,7 +204,8 @@ handle (request& rq, response& rs) move (fp), cm.machine->name, cm.config->target, - cm.config->vars); + cm.config->vars, + cm.config->warning_regexes); return task_response_manifest (move (session), move (b->agent_challenge), -- cgit v1.1