From d5c262ddf31bf0d17e751cdbd8366f8679403a3f Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 2 Apr 2018 12:08:59 -0700 Subject: [PATCH] send_message in DebbugsTest should return true --- t/lib/DebbugsTest.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/lib/DebbugsTest.pm b/t/lib/DebbugsTest.pm index 7d8af71..c18e86e 100644 --- a/t/lib/DebbugsTest.pm +++ b/t/lib/DebbugsTest.pm @@ -208,7 +208,8 @@ sub send_message{ # now we should run processall to see if the message gets processed if ($param{run_processall}) { system('scripts/processall') == 0 or die "processall failed"; - } + } + return 1; } =item test_control_commands -- 2.39.2