1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 15:30:29 -08:00

Add test verdict to mail subject line

Copied from Perforce
 Change: 20287
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Tucker 1998-10-28 17:16:00 +00:00
parent 5ad9a5a92e
commit 5bb2cd976f

View file

@ -1,5 +1,5 @@
#!/usr/local/bin/perl
# $HopeName: MMQA_harness!script:commands:run(trunk.2) $
# $HopeName: MMQA_harness!script:commands:run(trunk.3) $
#
# run tests interactively (allows for user input, immediate results,
# &c, and give results in standard format, and mailing results)
@ -16,6 +16,7 @@ require "require";
foreach $testfile (@qa_args) {
&run_test($testfile, "yes", "results", "$LOG_DIR/last.log");
&mailfile("$LOG_DIR/last.log", "MMQA-log: result of test $testfile");
&mailfile("$LOG_DIR/last.log",
"MMQA-log: ".$testconclusion."ED test $testfile");
}