From 8a250cb786bbd3dc1ebf57c9ccbb1402f5b9f205 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Thu, 11 Oct 2001 23:14:18 +0000 Subject: [PATCH] moved startup-test.html file, pointing at new location now. Assumes you're linking to this at the top level. git-svn-id: svn://10.0.0.236/trunk@105221 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/tinderbox/build-seamonkey-util.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/tools/tinderbox/build-seamonkey-util.pl b/mozilla/tools/tinderbox/build-seamonkey-util.pl index b7117215030..e3ba15da53e 100644 --- a/mozilla/tools/tinderbox/build-seamonkey-util.pl +++ b/mozilla/tools/tinderbox/build-seamonkey-util.pl @@ -20,7 +20,7 @@ use File::Basename; # for basename(); use Config; # for $Config{sig_name} and $Config{sig_num} -$::UtilsVersion = '$Revision: 1.74 $ '; +$::UtilsVersion = '$Revision: 1.75 $ '; package TinderUtils; @@ -850,7 +850,7 @@ sub run_all_tests { # Settle OS. run_system_cmd("sync; sleep 10", 35); - # Generate URL of form file:////startup-test.html?begin=986869495000 + # Generate URL of form file:////startup-test.html?begin=986869495000 # Where begin value is current time. my ($time, $url, $cwd, $cmd); @@ -862,7 +862,7 @@ sub run_all_tests { $cwd = Cwd::getcwd(); print "cwd = $cwd\n"; - $url = "\"file:$binary_dir/startup-test.html?begin=$time\""; + $url = "\"file:$build_dir/../startup-test.html?begin=$time\""; print "url = $url\n"; # Then load startup-test.html, which will pull off the begin argument