oh yeah, toss the cvslog.cgi output to /dev/null.
git-svn-id: svn://10.0.0.236/trunk@25129 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f37d03eafd
commit
2b17a252dc
@ -235,7 +235,7 @@ sub compress_log_file {
|
||||
sub build_html_from_log {
|
||||
if ($tbx{status} eq 'busted') {
|
||||
my $buildname = url_encode($tbx{build});
|
||||
system("QUERY_STRING='tree=$tbx{tree}&errorparser=$tbx{errorparser}&buildname=$buildname&buildtime=$builddate&logfile=$logfile&cache=1' showlog.cgi");
|
||||
system("QUERY_STRING='tree=$tbx{tree}&errorparser=$tbx{errorparser}&buildname=$buildname&buildtime=$builddate&logfile=$logfile&cache=1' showlog.cgi >/dev/null");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user