Bug 474191 - mochitest-browser-chrome target does unnecessary "correction" of test-paths; r=sdwilsh

This commit is contained in:
Gavin Sharp 2009-01-22 19:05:38 +01:00
Родитель d7a7793d48
Коммит 07b367f8cf
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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