1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-25 00:07:09 -07:00

Set mail_results option to "off".

Copied from Perforce
 Change: 182212
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2013-05-25 13:03:00 +01:00
parent f9c1a044ac
commit ebaceec812
2 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ sub auto_settings {
"LOG_DIR", "$test_dir/log",
"PARAMETERS", "",
# "MPS_INTERFACE_VERSION", "HU",
"MAIL_RESULTS", "on",
"MAIL_RESULTS", "off",
"MAIL_TO", "mm-qa-test-log",
"MAIL_SUBJECT", "MMQA-log"
);

View file

@ -214,7 +214,7 @@ sub run_from_testset {
open(LOG_VERBOSE, ">$LOG_DIR/last.log");
&describe_test("verbose", LOG_VERBOSE);
close(LOG_VERBOSE);
#&mailfile("$LOG_DIR/last.log", "$MAIL_SUBJECT $testid $testconclusion");
&mailfile("$LOG_DIR/last.log", "$MAIL_SUBJECT $testid $testconclusion");
}
}
@ -250,7 +250,7 @@ sub run_testset {
close(LOG_SUMMARY);
close(LOG_RESULTS);
close(LOG_FULL);
#&mailfile($logsummfile, "$MAIL_SUBJECT summary of test set $testsetfile");
&mailfile($logsummfile, "$MAIL_SUBJECT summary of test set $testsetfile");
}