pento / testpress

Tool for helping you get a WordPress Core test environment up and running.
GNU General Public License v2.0
68 stars 2 forks source link

The `docker-machine env` call doesn't return `stdout` #132

Closed pento closed 5 years ago

pento commented 5 years ago

In startDockerMachine(), the spawn() call which runs docker-machine env is expected to return an object containing stdout. It doesn't do this, it should be using a .then(), instead.

pento commented 5 years ago

Fixed in #141.