From e843135be0e47faa7ffa059be3386ffe5f9a4acf Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Sun, 25 Oct 2015 09:48:35 -0400 Subject: [PATCH] Remove bad advice from WPT docs. I misunderstood the purpose of `--no-run`. --- tests/wpt/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/wpt/README.md b/tests/wpt/README.md index 63cba55a452..362e2208d36 100644 --- a/tests/wpt/README.md +++ b/tests/wpt/README.md @@ -101,13 +101,13 @@ Writing new tests The simplest way to create a new test is to use the following command: - ./mach create-wpt tests/wpt/path/to/new/test.html --no-run + ./mach create-wpt tests/wpt/path/to/new/test.html This will create test.html in the appropriate directory using the WPT template for JavaScript tests. To create a new reference test instead, use the following: - ./mach create-wpt --reftest tests/wpt/path/to/new/reftest.html --no-run --reference tests/wpt/path/to/reference.html + ./mach create-wpt --reftest tests/wpt/path/to/new/reftest.html --reference tests/wpt/path/to/reference.html `reference.html` will be created if it doesn't not exist, and `reftest.html` will be created using the WPT reftest template. These new tests can then