mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 649134 - Add a comment explaining the extra subdirectory for the test. r=me
This commit is contained in:
parent
953a8d71f6
commit
9b597207cc
@ -44,6 +44,12 @@ relativesrcdir = content/html/content/test
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
# This extra subdirectory is needed due to the nature of this test.
|
||||
# With the bug, the test loads the base URL of the bug649134/file_*.sjs
|
||||
# files, and the mochitest server responds with the contents of index.html if
|
||||
# it exists in that case, which we use to detect failure.
|
||||
# We can't have index.html in this directory because it would prevent
|
||||
# running the tests here.
|
||||
DIRS += bug649134
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user