sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #41145
[Question #429683]: runsikulix under distant Mac
New question #429683 on Sikuli:
https://answers.launchpad.net/sikuli/+question/429683
Hy,
I'va a sikulix script witch is running on a Mac !
Now, I want run the script from a another computer with an ssh connection.
So, I've create a bash script like this :
#!/bin/bash
/work/test/runsikulix -r <testname.sikuli> -- param1 param2
In local (on the Mac) , it's running
When I try from another computer, with ssh :
ssh <user>@<ip-mac> <script.sh>
The script is running, but on the new computer, not on the Mac ....
How can I correct this problem ?
Thank for your help.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.