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