diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-27 22:52:29 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-27 22:52:29 -0500 |
commit | d5a95914f0391c51efcdd7d235452f55037df011 (patch) | |
tree | f3436d320a336926246c524608bb6d450e37ba48 | |
parent | 2cc53d9cc40138c7a4e2fa7b4fe6f8004c1e1fc9 (diff) | |
download | lua4win-dist-lua-d5a95914f0391c51efcdd7d235452f55037df011.tar.gz lua4win-dist-lua-d5a95914f0391c51efcdd7d235452f55037df011.tar.bz2 lua4win-dist-lua-d5a95914f0391c51efcdd7d235452f55037df011.zip |
set display even more explicitly
-rwxr-xr-x | test | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -5,23 +5,23 @@ set DISPLAY=:99 | |||
5 | sleep 5 | 5 | sleep 5 |
6 | msiexec /i lua4win.msi & | 6 | msiexec /i lua4win.msi & |
7 | sleep 5 | 7 | sleep 5 |
8 | xwd -root | magick xwd:- png:/root/1.png | 8 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/1.png |
9 | xdotool mousemove --sync 573 618 | 9 | DISPLAY=:99 xdotool mousemove --sync 573 618 |
10 | sleep 1 | 10 | sleep 1 |
11 | xwd -root | magick xwd:- png:/root/2.png | 11 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/2.png |
12 | xdotool xdotool click 1 | 12 | DISPLAY=:99 xdotool xdotool click 1 |
13 | sleep 1 | 13 | sleep 1 |
14 | xwd -root | magick xwd:- png:/root/3.png | 14 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/3.png |
15 | xdotool mousemove --sync 725 666 | 15 | DISPLAY=:99 xdotool mousemove --sync 725 666 |
16 | sleep 1 | 16 | sleep 1 |
17 | xwd -root | magick xwd:- png:/root/4.png | 17 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/4.png |
18 | xdotool xdotool click 1 | 18 | DISPLAY=:99 xdotool xdotool click 1 |
19 | sleep 1 | 19 | sleep 1 |
20 | xwd -root | magick xwd:- png:/root/5.png | 20 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/5.png |
21 | xdotool mousemove --sync 743 666 | 21 | DISPLAY=:99 xdotool mousemove --sync 743 666 |
22 | sleep 1 | 22 | sleep 1 |
23 | xwd -root | magick xwd:- png:/root/6.png | 23 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/6.png |
24 | xdotool xdotool click 1 | 24 | DISPLAY=:99 xdotool xdotool click 1 |
25 | sleep 1 | 25 | sleep 1 |
26 | xwd -root | magick xwd:- png:/root/7.png | 26 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/7.png |
27 | 27 | ||