Skip to content

Commit

Permalink
Add missing test path for manifest during WPT syncing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Jul 10, 2020
1 parent 8cb1c14 commit 1075231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wptrunner/wptrunner/update/sync.py
Expand Up @@ -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):
Expand Down

0 comments on commit 1075231

Please sign in to comment.