From 5f88a3aa98184b7fd19ddfed13af7faa279c828c Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 16 Jun 2015 13:00:02 +0200 Subject: [PATCH] Update the Servo example in test.cfg.example. --- test/test.cfg.example | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/test/test.cfg.example b/test/test.cfg.example index 6a4057e2200884..db48226216c30e 100644 --- a/test/test.cfg.example +++ b/test/test.cfg.example @@ -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 \ No newline at end of file +# webdriver-binary=/path/to/chromedriver