Set easy defaults for runtests.pl, document autorun param, and remove reference to unchecked-in test

git-svn-id: svn://10.0.0.236/trunk@214137 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sayrer%gmail.com
2006-10-25 22:37:59 +00:00
parent 09384ee7f3
commit 0e32fbc8f7
2 changed files with 3 additions and 5 deletions

View File

@@ -3,6 +3,7 @@ use File::Path;
# URL parameters:
#
# autorun -- kick off tests automatically
# closeWhenDone -- runs quit.js after tests
# logFile -- logs test run to an absolute path
# quiet -- turns of console dumps
@@ -10,11 +11,9 @@ use File::Path;
# consoleLevel, fileLevel -- set the logging level of the console and file logs, if activated.
# <http://mochikit.com/doc/html/MochiKit/Logging.html>
$test_url = "http://localhost:8888/tests/index.html";
#$test_url = "about:blank";
$test_url = "http://localhost:8888/tests/index.html?autorun=1&closeWhenDone=1";
# XXXsayrer these are specific to my mac, need to make them general
#$app = "/Applications/Firefox.app/Contents/MacOS/firefox-bin";
$app = "/Users/sayrer/firefox/mozilla/fb-debug/dist/MinefieldDebug.app/Contents/MacOS/firefox-bin";
$app = "/Applications/Firefox.app/Contents/MacOS/firefox-bin";
$profile = "dhtml_test_profile";
$profile_dir = "/tmp/$profile";

View File

@@ -46,7 +46,6 @@ RunSet.runall = function() {
'test_bug339350.xhtml',
'test_bug355026.html',
'test_bug357509.html',
'test_bug357776.html',
'test_MochiKit-Async.html',
'test_MochiKit-Base.html',
'test_MochiKit-DateTime.html',