summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-09-27 22:52:29 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-09-27 22:52:29 -0500
commitd5a95914f0391c51efcdd7d235452f55037df011 (patch)
treef3436d320a336926246c524608bb6d450e37ba48
parent2cc53d9cc40138c7a4e2fa7b4fe6f8004c1e1fc9 (diff)
downloadlua4win-dist-lua-d5a95914f0391c51efcdd7d235452f55037df011.tar.gz
lua4win-dist-lua-d5a95914f0391c51efcdd7d235452f55037df011.tar.bz2
lua4win-dist-lua-d5a95914f0391c51efcdd7d235452f55037df011.zip
set display even more explicitly
-rwxr-xr-xtest26
1 files changed, 13 insertions, 13 deletions
diff --git a/test b/test
index 40b92b6..a385cd2 100755
--- a/test
+++ b/test
@@ -5,23 +5,23 @@ set DISPLAY=:99
5sleep 5 5sleep 5
6msiexec /i lua4win.msi & 6msiexec /i lua4win.msi &
7sleep 5 7sleep 5
8xwd -root | magick xwd:- png:/root/1.png 8DISPLAY=:99 xwd -root | magick xwd:- png:/root/1.png
9xdotool mousemove --sync 573 618 9DISPLAY=:99 xdotool mousemove --sync 573 618
10sleep 1 10sleep 1
11xwd -root | magick xwd:- png:/root/2.png 11DISPLAY=:99 xwd -root | magick xwd:- png:/root/2.png
12xdotool xdotool click 1 12DISPLAY=:99 xdotool xdotool click 1
13sleep 1 13sleep 1
14xwd -root | magick xwd:- png:/root/3.png 14DISPLAY=:99 xwd -root | magick xwd:- png:/root/3.png
15xdotool mousemove --sync 725 666 15DISPLAY=:99 xdotool mousemove --sync 725 666
16sleep 1 16sleep 1
17xwd -root | magick xwd:- png:/root/4.png 17DISPLAY=:99 xwd -root | magick xwd:- png:/root/4.png
18xdotool xdotool click 1 18DISPLAY=:99 xdotool xdotool click 1
19sleep 1 19sleep 1
20xwd -root | magick xwd:- png:/root/5.png 20DISPLAY=:99 xwd -root | magick xwd:- png:/root/5.png
21xdotool mousemove --sync 743 666 21DISPLAY=:99 xdotool mousemove --sync 743 666
22sleep 1 22sleep 1
23xwd -root | magick xwd:- png:/root/6.png 23DISPLAY=:99 xwd -root | magick xwd:- png:/root/6.png
24xdotool xdotool click 1 24DISPLAY=:99 xdotool xdotool click 1
25sleep 1 25sleep 1
26xwd -root | magick xwd:- png:/root/7.png 26DISPLAY=:99 xwd -root | magick xwd:- png:/root/7.png
27 27