Browse Source

report success via console also

Noah Vogt 1 năm trước cách đây
mục cha
commit
d1a84482c9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      local-bin/sendreportmail

+ 1 - 0
local-bin/sendreportmail

@@ -84,6 +84,7 @@ def set_subject(
     if config_file.package_type == "arch":
         if "Finished making" in body[body.rfind("\n") :]:
             message["Subject"] = "BUILD SUCCESS: '{}'".format(package)
+            print("BUILD SUCCESS")
         else:
             message["Subject"] = "BUILD FAILURE: '{}'".format(package)