Bug 368606 - mochitest runtests.pl should work with any working directory

r=sayrer


git-svn-id: svn://10.0.0.236/trunk@219149 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
asqueella%gmail.com
2007-01-29 22:32:08 +00:00
parent 7f97d3f2a1
commit 788939323b

View File

@@ -100,9 +100,9 @@ my $profile = "mochitest_testing_profile";
my $profile_dir = "$FindBin::Bin/$profile";
# These are generated in mozilla/testing/mochitest/Makefile.in
#expand my $app = __BROWSER_PATH__;
#expand my $app = "$FindBin::Bin/" . __BROWSER_PATH__;
#expand my $topsrcdir = __TOPSRCDIR__;
#expand my $dist_bin = __XPC_BIN_PATH__;
#expand my $dist_bin = "$FindBin::Bin/" . __XPC_BIN_PATH__;
#ifdef WIN32
#expand my $is_win32 = __WIN32__;
#else