From 788939323bf81090e23978e5ba5c4a3f5817ae8c Mon Sep 17 00:00:00 2001 From: "asqueella%gmail.com" Date: Mon, 29 Jan 2007 22:32:08 +0000 Subject: [PATCH] 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 --- mozilla/testing/mochitest/runtests.pl.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/testing/mochitest/runtests.pl.in b/mozilla/testing/mochitest/runtests.pl.in index 53c79564d51..7294958fbd1 100644 --- a/mozilla/testing/mochitest/runtests.pl.in +++ b/mozilla/testing/mochitest/runtests.pl.in @@ -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