add some debug code

This commit is contained in:
slamm%netscape.com 1999-07-22 23:22:46 +00:00
parent 46c72f8f1e
commit 3b4a77222c

View File

@ -59,7 +59,9 @@ system './showbuilds.cgi';
# Generate build warnings (only for a successful shrike clobber build)
if ($tbx{build} =~ /shrike.*\b(Clobber|Clbr)\b/ and
$tbx{status} eq 'success') {
system "ls -l $tree/$logfile > testOut";
sleep 3;
system "ls -l $tree/$logfile >> testOut";
system './warnings.pl';
}