[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 4/8] emails: Set OSSTEST_EMAIL_SUBJECT_PREFIX if not --real
Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- cri-args-hostlists | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cri-args-hostlists b/cri-args-hostlists index ef4cebd..1acecb6 100644 --- a/cri-args-hostlists +++ b/cri-args-hostlists @@ -50,7 +50,9 @@ elif [ "x$1" = "x--like-real" ]; then : ${OSSTEST_CRON_SETTINGS:=$dcs-real} : ${OSSTEST_HTML_SUFFIX:=-play} shift -fi +else + : ${OSSTEST_EMAIL_SUBJECT_PREFIX:='adhoc '} +fi : ${OSSTEST_BLESSING:=play} prepare_for_email () { -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |