Skip to content

Commit

Permalink
typos and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurva committed Mar 20, 2018
1 parent 895ebdc commit aa16891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ Common Issues

1. `cx_freeze` installation failure on OSX:

If you are using a Mac for dev setup, you can remove `cx_freeze` as a dependency from [dev-requirements.txt](../dev-requirements.txt). This package is only needed for packaging ClusterRunner binary, and can be ignore for other development purposes.
If you are using a Mac for dev setup, you can remove `cx_freeze` as a dependency from [dev-requirements.txt](../dev-requirements.txt). This package is only needed for packaging ClusterRunner binary, and can be ignored for other development purposes.

2. Functional tests time out on OSX:
1. Functional tests time out on OSX:

The slave process may have issues connecting the master because of the way Mac configures default hostname. This might cause some functional tests to time out. If this happens, create your own `clusterrunner.conf` file as described in [this file](../conf/default_clusterrunner.conf). Edit this file to uncomment the following line in `[general]` section.
The slave process may have issues connecting the master because of the way Mac configures default hostname. This might cause some functional tests to time out. If this happens, create your own `clusterrunner.conf` file as described in [this file](../conf/default_clusterrunner.conf). Edit your `clusterrunner.conf` and uncomment the following line in `[general]` section.

```
hostname = localhost
Expand Down

0 comments on commit aa16891

Please sign in to comment.