Bug 636641 - remote reftest needs better logic for automatically building the remote manifest. r=ctalbert, a=NPOTB

This commit is contained in:
Joel Maher 2011-03-11 09:15:34 -05:00
parent 69ccb3b80f
commit c23fd79b8d

View File

@ -375,7 +375,7 @@ def main():
reftest.startWebServer(options)
# Hack in a symbolic link for jsreftest
os.system("ln -s ../jsreftest jsreftest")
os.system("ln -s ../jsreftest " + str(os.path.join(SCRIPT_DIRECTORY, "jsreftest")))
# Dynamically build the reftest URL if possible, beware that args[0] should exist 'inside' the webroot
manifest = args[0]