Skip to content

Commit

Permalink
relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurva committed Mar 20, 2018
1 parent 65c8021 commit 895ebdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 ignore for other development purposes.

2. 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 this file to uncomment the following line in `[general]` section.

```
hostname = localhost
Expand Down

0 comments on commit 895ebdc

Please sign in to comment.