for commit log file

This commit is contained in:
litingt 2014-06-27 00:34:20 -07:00
parent 2bcc60220a
commit f0dc19b045

View File

@ -1612,6 +1612,14 @@ for my $m (keys %totalresult) {
$fatal{$m} = $2;
}
}
if (-f "/tmp/commitlog1" and -z _)
{
$commitinfo="No code updates\n";
}else{
$commitinfo=`cat /tmp/commitlog1`;
}
# phase result
send_msg(2, "Autotest has run sucessfully, begin to send mail");
my $mailreport;