diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-27 22:35:46 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-27 22:35:46 -0500 |
commit | 15ba1eb20cea831de9101cba80a0e74d67ef5585 (patch) | |
tree | 137cb9f193b61753a293b3768ef268cb2ea7b335 /test | |
parent | 9fc76c95e720d078b4d99abdb199f603d4198c89 (diff) | |
download | lua4win-dist-lua-15ba1eb20cea831de9101cba80a0e74d67ef5585.tar.gz lua4win-dist-lua-15ba1eb20cea831de9101cba80a0e74d67ef5585.tar.bz2 lua4win-dist-lua-15ba1eb20cea831de9101cba80a0e74d67ef5585.zip |
Start writing tests for the msi
Diffstat (limited to 'test')
-rw-r--r-- | test | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | Xvfb :99 -screen 0 1280x1024x24 -nolisten tcp & | ||
4 | DISPLAY=:99 | ||
5 | |||
6 | msiexec /i lua4win.msi & | ||
7 | |||
8 | xwd -root | magick xwd:- png:/root/1.png | ||
9 | xdotool mousemove --sync 573 618 | ||
10 | xwd -root | magick xwd:- png:/root/2.png | ||
11 | xdotool xdotool click 1 | ||
12 | xwd -root | magick xwd:- png:/root/3.png | ||
13 | xdotool mousemove --sync 725 666 | ||
14 | xwd -root | magick xwd:- png:/root/4.png | ||
15 | xdotool xdotool click 1 | ||
16 | xwd -root | magick xwd:- png:/root/5.png | ||
17 | xdotool mousemove --sync 743 666 | ||
18 | xwd -root | magick xwd:- png:/root/6.png | ||
19 | xdotool xdotool click 1 | ||
20 | xwd -root | magick xwd:- png:/root/7.png | ||
21 | |||