From ebaceec812f3bb42d65a152d96c3edbf0d3eb6fb Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Sat, 25 May 2013 13:03:00 +0100 Subject: [PATCH] Set mail_results option to "off". Copied from Perforce Change: 182212 ServerID: perforce.ravenbrook.com --- mps/test/test/script/options | 2 +- mps/test/test/script/runtest | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mps/test/test/script/options b/mps/test/test/script/options index b1fa7908101..023b1f5c7ae 100644 --- a/mps/test/test/script/options +++ b/mps/test/test/script/options @@ -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" ); diff --git a/mps/test/test/script/runtest b/mps/test/test/script/runtest index 6886f0c8b44..b540843eab4 100644 --- a/mps/test/test/script/runtest +++ b/mps/test/test/script/runtest @@ -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"); }