Skip to content
Justin Scott edited this page Apr 5, 2015 · 12 revisions

Command Line API

/tmp/.robot_sweatshop-eye-config.yaml

You might have noticed this popping up. Eye sets the working directory to '/' and you need the actual current working directory if you use relative paths. sweatshop start stores the working directory here so Eye can make use of it and everything works how you expect.

OSX problems on sweatshop start

When starting without sudo on OSX, the Eye server doesn't get created and will hang and timeout after 15 seconds.

I've noticed problems on OSX when Eye gets loaded without sudo. You might see this, for example, if you run eye load robot_sweatshop.production.eye -f. I'm not sure what's causing it yet but I think it's the root of the issue as it works fine on Linux.

To work around it, use sudo. Security won't be compromised if you specify a user and group in your config.

Clone this wiki locally