From 6da5ab17e899327d691c2a7a603cb3f65c07ef9b Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Fri, 15 Jun 2001 05:15:37 +0000 Subject: [PATCH] better defaults --- tools/tinderbox/examples/tinder-config.pl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/tinderbox/examples/tinder-config.pl b/tools/tinderbox/examples/tinder-config.pl index 06956cba86f9..ec9ecd7582b1 100644 --- a/tools/tinderbox/examples/tinder-config.pl +++ b/tools/tinderbox/examples/tinder-config.pl @@ -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;