Testing something to determine the problem that's breaking the MozillaTest tinderboxen running automated tests

This commit is contained in:
jwalden%mit.edu 2007-01-31 03:58:25 +00:00
parent 7eeed473b4
commit 28501d84a3

View File

@ -288,6 +288,7 @@ function run_test()
{
testsDirectory = Cc["@mozilla.org/file/local;1"]
.createInstance(Ci.nsILocalFile);
dumpn("*** topsrcdir: " + do_get_topsrcdir());
testsDirectory.initWithPath(do_get_topsrcdir());
testsDirectory.append("netwerk");
testsDirectory.append("test");