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:
parent
5ad9a5a92e
commit
5bb2cd976f
1 changed files with 3 additions and 2 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue