better defaults

This commit is contained in:
mcafee%netscape.com 2001-06-15 05:15:37 +00:00
parent b292106d6f
commit 6da5ab17e8

View File

@ -7,7 +7,7 @@ $BuildAdministrator = 'mcafee@mocha.com';
#- You'll need to change these to suit your machine's needs
$BaseDir = '/builds/mcafee/tinderbox';
$DisplayServer = 'coffee:0.0'; # costarica:0.0
$DisplayServer = ':0.0'; # costarica:0.0
#- Until you get the script working. When it works,
#- change to the tree you're actually building
@ -15,13 +15,13 @@ $BuildTree = 'MozillaTest';
#$BuildTree = 'SeaMonkey';
$AliveTest = 1;
$ViewerTest = 1;
$BloatTest = 1;
$DomToTextConversionTest = 1;
$EmbedTest = 1;
$ViewerTest = 0;
$BloatTest = 0;
$DomToTextConversionTest = 0;
$EmbedTest = 0;
$MailNewsTest = 0;
$LayoutPerformanceTest = 1;
$StartupPerformanceTest = 1;
$LayoutPerformanceTest = 0;
$StartupPerformanceTest = 0;
$MozProfileName = "default";
$BloatTestTimeout = 240; # seconds
@ -32,7 +32,7 @@ $StartupPerformanceTestTimeout = 60; # seconds
# $TestOnly = 1;
# $ObjDir = 'obj-i686-unknown-linux-gnu';
$UserComment = "Testing new LayoutPerformanceTest. -mcafee";
$UserComment = "Sample tinder-config.pl, changeme!";
# Need to end with a true value
1;