зеркало из https://github.com/mozilla/gecko-dev.git
Bug 474191 - mochitest-browser-chrome target does unnecessary "correction" of test-paths; r=sdwilsh
This commit is contained in:
Родитель
d7a7793d48
Коммит
07b367f8cf
|
@ -75,9 +75,8 @@ upload::
|
||||||
ifdef ENABLE_TESTS
|
ifdef ENABLE_TESTS
|
||||||
# Implemented in testing/testsuite-targets.mk
|
# Implemented in testing/testsuite-targets.mk
|
||||||
|
|
||||||
# Browser tests live in a slightly different location, so we correct the path
|
|
||||||
ifdef TEST_PATH
|
ifdef TEST_PATH
|
||||||
BROWSER_TEST_PATH = --test-path=../browser/$(TEST_PATH)
|
BROWSER_TEST_PATH = --test-path=$(TEST_PATH)
|
||||||
else
|
else
|
||||||
BROWSER_TEST_PATH =
|
BROWSER_TEST_PATH =
|
||||||
endif
|
endif
|
||||||
|
|
Загрузка…
Ссылка в новой задаче