Skip to content

Commit

Permalink
Merge pull request #55 from leobalter/patch-1
Browse files Browse the repository at this point in the history
wrap tests path into single quotes
  • Loading branch information
bterlson committed Aug 18, 2016
2 parents 424d582 + 3ea16cb commit 350757f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Requires Node 6 or above.
## Quick Start
1. `git clone https://github.com/tc39/test262.git --depth 1`
2. `npm install -g test262-harness`
3. `test262-harness test262\test\**\*.js --hostType node --hostPath <path to node.exe>`
3. `test262-harness 'test262\test\**\*.js' --hostType node --hostPath <path to node.exe>`

Run `test262-harness --help` for details on the various configuration options.

Expand Down

0 comments on commit 350757f

Please sign in to comment.