aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-06-20 19:47:05 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-06-20 20:34:53 +0300
commitfeeb467c1a9142bf09fc54fbc5dcc5239d647c78 (patch)
treed4c6657fb699e9056503e5f83629861c4fb64026
parente7a79a12454960a1dd405bd31bc8e5cd42abf2b4 (diff)
Add support for build configuration warning-detecting regexes
-rw-r--r--mod/mod-build-task.cxx3
1 files changed, 2 insertions, 1 deletions
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),