Skip to content

Commit

Permalink
Bug 474191 - mochitest-browser-chrome target does unnecessary "correc…
Browse files Browse the repository at this point in the history
…tion" of test-paths; r=sdwilsh
  • Loading branch information
Gavin Sharp committed Jan 22, 2009
1 parent d7a7793 commit 07b367f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions browser/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,8 @@ upload::
ifdef ENABLE_TESTS
# Implemented in testing/testsuite-targets.mk

# Browser tests live in a slightly different location, so we correct the path
ifdef TEST_PATH
BROWSER_TEST_PATH = --test-path=../browser/$(TEST_PATH)
BROWSER_TEST_PATH = --test-path=$(TEST_PATH)
else
BROWSER_TEST_PATH =
endif
Expand Down

0 comments on commit 07b367f

Please sign in to comment.