From 9cf7eb044fbb0123a9545170beb9416962f22ce9 Mon Sep 17 00:00:00 2001 From: "sayrer%gmail.com" Date: Sat, 28 Oct 2006 20:33:54 +0000 Subject: [PATCH] fix some bogus comments --- testing/mochitest/runtests.pl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/testing/mochitest/runtests.pl b/testing/mochitest/runtests.pl index b0247e924f38..4448975193e7 100644 --- a/testing/mochitest/runtests.pl +++ b/testing/mochitest/runtests.pl @@ -8,10 +8,13 @@ use File::Path; # logFile -- logs test run to an absolute path # quiet -- turns of console dumps # -# consoleLevel, fileLevel -- set the logging level of the console and file logs, if activated. -# + +# consoleLevel, fileLevel: set the logging level of the console and +# file logs, if activated. +# $test_url = "http://localhost:8888/tests/index.html?autorun=1"; + # XXXsayrer these are specific to my mac, need to make them general $app = "/Users/sayrer/Desktop/Minefield.app/Contents/MacOS/firefox-bin"; $profile = "dhtml_test_profile"; @@ -65,7 +68,7 @@ open(PREFOUTFILE, ">>$profile_dir/user.js") || die("Could not open user.js file print PREFOUTFILE ($pref_content); close(PREFOUTFILE); -# append magic prefs to user.js +# add userChrome.css open(CRHOMEOUTFILE, ">>$chrome_dir/userChrome.css") || die("Could not open userChrome.css file $!"); print CRHOMEOUTFILE ($chrome_content); close(CRHOMEOUTFILE);