Skip to content

Commit

Permalink
Update the set-up instructions for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava committed Aug 6, 2015
1 parent 8d1d4a5 commit db72f94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ set SAVE_DEV_BUNDLE_TARBALL=t
You can also run `./meteor --get-ready` to install all npm dependencies for the
tool.

Usually, the `meteor` script can download a new dev-bundle without any
dependencies installed, but on Windows, it requires `7z` to be in the path for
unpacking of a tarball. (Get 7-zip [here](http://www.7-zip.org/))

## Testing

Since the tool is a node app, it is not testable with general Meteor testing
Expand All @@ -58,7 +62,7 @@ To run all tests, run the following:
./meteor --get-ready

# set the multiplier for time-outs
SET TIMEOUT_SCALE_FACTOR=3
set TIMEOUT_SCALE_FACTOR=3

# run the tests
./meteor self-test
Expand Down

0 comments on commit db72f94

Please sign in to comment.