mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-13 01:32:21 -07:00
Record test results in a file
Copied from Perforce Change: 20277 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
f159a3684b
commit
9ae231bd54
1 changed files with 6 additions and 4 deletions
|
|
@ -1,19 +1,21 @@
|
|||
#!/usr/local/bin/perl
|
||||
# $HopeName$
|
||||
# $HopeName: MMQA_harness!script:commands:run(trunk.2) $
|
||||
#
|
||||
# run tests interactively (allows for user input, immediate results,
|
||||
# &c, and give results in standard format)
|
||||
# &c, and give results in standard format, and mailing results)
|
||||
|
||||
&options(
|
||||
"MPS_INCLUDE_DIR",
|
||||
"MPS_LINK_OBJ",
|
||||
"INTERFACE_VERSION",
|
||||
"PLATFORM"
|
||||
"PLATFORM",
|
||||
"LOG_DIR"
|
||||
);
|
||||
|
||||
require "require";
|
||||
|
||||
foreach $testfile (@qa_args) {
|
||||
&run_test($testfile, "yes", "results");
|
||||
&run_test($testfile, "yes", "results", "$LOG_DIR/last.log");
|
||||
&mailfile("$LOG_DIR/last.log", "MMQA-log: result of test $testfile");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue