Skip to content

Commit

Permalink
Merge pull request #124 from w3c/servo-dir
Browse files Browse the repository at this point in the history
Update the Servo example in test.cfg.example; r=jgraham
  • Loading branch information
Ms2ger committed Jun 16, 2015
2 parents ab40ade + 5f88a3a commit a2bc6e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/test.cfg.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ ssl-type=none
# prefs-root=/path/to/gecko-src/testing/profiles/

# [servo]
# binary=/path/to/servo-src/components/servo/target/servo
# binary=/path/to/servo-src/target/release/servo
# exclude=testharness # Because it needs a special testharness.js

# [servodriver]
# binary=/path/to/servo-src/target/release/servo
# exclude=testharness # Because it needs a special testharness.js

# [chrome]
# binary=/path/to/chrome
# webdriver-binary=/path/to/chromedriver
# webdriver-binary=/path/to/chromedriver

0 comments on commit a2bc6e7

Please sign in to comment.