Skip to content

Commit

Permalink
Remove superflous command
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Aug 31, 2018
1 parent cbc779c commit 887512c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/ci/taskcluster-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ def main(product, commit_range, wpt_args):
)
logger.addHandler(handler)

child = subprocess.Popen(['python', './wpt', 'manifest-download'])
child.wait()

if commit_range:
logger.info(
"Identifying tests affected in range '%s'..." % commit_range
Expand Down

0 comments on commit 887512c

Please sign in to comment.