mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add missing test path for manifest during WPT syncing.
This commit is contained in:
parent
fb243a32f0
commit
aec3ce801b
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class LoadManifest(Step):
|
|||
def create(self, state):
|
||||
from manifest import manifest
|
||||
state.manifest_path = os.path.join(state.metadata_path, "MANIFEST.json")
|
||||
state.test_manifest = manifest.Manifest("/")
|
||||
state.test_manifest = manifest.Manifest(state.sync["path"], "/")
|
||||
|
||||
|
||||
class UpdateManifest(Step):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue