diff options
-rwxr-xr-x | test | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,8 @@ | |||
3 | Xvfb :99 -screen 0 1280x1024x24 -nolisten tcp & | 3 | Xvfb :99 -screen 0 1280x1024x24 -nolisten tcp & |
4 | set DISPLAY=:99 | 4 | set DISPLAY=:99 |
5 | sleep 5 | 5 | sleep 5 |
6 | msiexec /i lua4win.msi & | 6 | # For some reason we have to set this here, having set .. ^ is not enough |
7 | DISPLAY=:99 msiexec /i lua4win.msi & | ||
7 | sleep 5 | 8 | sleep 5 |
8 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/1.png | 9 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/1.png |
9 | DISPLAY=:99 xdotool mousemove --sync 573 618 | 10 | DISPLAY=:99 xdotool mousemove --sync 573 618 |