aboutsummaryrefslogtreecommitdiff
path: root/bbot
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-09-21 18:16:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-09-21 18:16:01 +0300
commit808135febf441499dfbbdcfc2a9ca3bf7fa2e684 (patch)
tree5fa35309c059609506ae795435404d59b583231a /bbot
parentf90426bdfbf1370be8ff1f48ac5ce4586e46177b (diff)
Add support for interactive CI breakpoint 'none' value
Diffstat (limited to 'bbot')
-rw-r--r--bbot/worker/worker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index 234e804..e12ed9a 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -884,7 +884,7 @@ build (size_t argc, const char* argv[])
for (const string& re: tm.unquoted_warning_regex ())
wre.emplace_back (re, f);
- if (tm.interactive)
+ if (tm.interactive && *tm.interactive != "none")
{
const string& b (*tm.interactive);