summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-10-16 15:06:58 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-10-16 15:06:58 -0500
commitedd205a65cf5a3eb72d8aa74bc1c71475a18120a (patch)
tree15f47003dd8ce16629e774abc7127bd7bc4a9bd3
parentb244ab45d6f386ee7dbd6d898fc9948cc71eb1a3 (diff)
downloadlua4win-dist-lua-edd205a65cf5a3eb72d8aa74bc1c71475a18120a.tar.gz
lua4win-dist-lua-edd205a65cf5a3eb72d8aa74bc1c71475a18120a.tar.bz2
lua4win-dist-lua-edd205a65cf5a3eb72d8aa74bc1c71475a18120a.zip
Try sleeping for longer
-rwxr-xr-xtest10
1 files changed, 5 insertions, 5 deletions
diff --git a/test b/test
index 8bc13a6..ec9ada4 100755
--- a/test
+++ b/test
@@ -49,18 +49,18 @@ DISPLAY=:99 xdotool sleep 3
49# What if we use keyboard shortcuts instead? 49# What if we use keyboard shortcuts instead?
50DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/1.png 50DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/1.png
51DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") N 51DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") N
52DISPLAY=:99 xdotool sleep 1 52DISPLAY=:99 xdotool sleep 3
53DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/2.png 53DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/2.png
54DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") a 54DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") a
55DISPLAY=:99 xdotool sleep 1 55DISPLAY=:99 xdotool sleep 3
56DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/3.png 56DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/3.png
57DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") N 57DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") N
58DISPLAY=:99 xdotool sleep 1 58DISPLAY=:99 xdotool sleep 3
59DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/4.png 59DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/4.png
60DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") N 60DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") N
61DISPLAY=:99 xdotool sleep 1 61DISPLAY=:99 xdotool sleep 3
62DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/5.png 62DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/5.png
63DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") I 63DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") I
64DISPLAY=:99 xdotool sleep 1 64DISPLAY=:99 xdotool sleep 3
65DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/6.png 65DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/6.png
66tar -czf images.tar.gz *.png 66tar -czf images.tar.gz *.png