diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2014-12-09 00:18:52 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2014-12-09 00:18:52 +0530 |
commit | 868273c027c0b567fee5201c3b445b498cfd0b2a (patch) | |
tree | 17e7e76d6ebddf6a117f8c212aee85fd722749cb | |
parent | ea907c1311051506bc3e7ef6fef8857968c71387 (diff) | |
download | servo-868273c027c0b567fee5201c3b445b498cfd0b2a.tar.gz servo-868273c027c0b567fee5201c3b445b498cfd0b2a.zip |
Update WPTupdate readme for new directory structure
-rw-r--r-- | tests/wpt/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wpt/README.md b/tests/wpt/README.md index ad24054e64a..4e9407c5a7a 100644 --- a/tests/wpt/README.md +++ b/tests/wpt/README.md @@ -73,8 +73,8 @@ This first requires saving the raw, unformatted log from a test run, for example by running `./mach test-wpt --log-raw /tmp/servo.log`. Once the log is saved, run from the root directory: - source _virtualenv/bin/activate - _virtualenv/bin/wptupdate \ + source tests/wpt/_virtualenv/bin/activate + tests/wpt/_virtualenv/bin/wptupdate \ --ignore-existing \ --config tests/wpt/config.ini \ /tmp/servo.log |