]> git.donarmstrong.com Git - debbugs.git/commitdiff
send_message in DebbugsTest should return true
authorDon Armstrong <don@donarmstrong.com>
Mon, 2 Apr 2018 19:08:59 +0000 (12:08 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 2 Apr 2018 19:08:59 +0000 (12:08 -0700)
t/lib/DebbugsTest.pm

index 7d8af71f4a94c01351f7384cf35f0f6bafad3525..c18e86eea278396b5ad6c006712281abe6466a8a 100644 (file)
@@ -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