From 1cd5d72be45d171d78c885b3f250a2f0ee27b74b Mon Sep 17 00:00:00 2001 From: Anton Mitrokhin Date: Mon, 14 Jul 2014 17:31:06 +0400 Subject: [PATCH] removed a bug --- alloy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/alloy.py b/alloy.py index 40f0e2d3..5efd75e0 100755 --- a/alloy.py +++ b/alloy.py @@ -90,7 +90,6 @@ def try_do_LLVM(text, command, from_validation): msg = MIMEMultipart() attach_mail_file(msg, alloy_build, "alloy_build.log", 400) attach_mail_file(msg, stability_log, "stability.log") - attach_mail_file(msg, stability.in_file, "run_tests_log.log") send_mail("Error while executing " + command + ". Examine logs for more information.", msg) error("can't " + text, 1) print_debug("DONE.\n", from_validation, alloy_build)