diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-16 16:38:52 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-16 16:38:52 -0500 |
commit | 60311094efe7b8fe17687a87b4e9732ce0e5c309 (patch) | |
tree | 1c5344b612e45b8833215af452c1a532926d045d | |
parent | cfb1f3875f33b48f887a60439eafdd7f4c1296f8 (diff) | |
download | lua4win-dist-lua-60311094efe7b8fe17687a87b4e9732ce0e5c309.tar.gz lua4win-dist-lua-60311094efe7b8fe17687a87b4e9732ce0e5c309.tar.bz2 lua4win-dist-lua-60311094efe7b8fe17687a87b4e9732ce0e5c309.zip |
Actually run luarocks in its test
-rwxr-xr-x | test | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -70,5 +70,12 @@ DISPLAY=:99 xdotool sleep 3 | |||
70 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/7.png | 70 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/7.png |
71 | DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") F | 71 | DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") F |
72 | DISPLAY=:99 xdotool sleep 3 | 72 | DISPLAY=:99 xdotool sleep 3 |
73 | DISPLAY=:99 xwd | magick xwd:- png:/root/8.png | 73 | DISPLAY=:99 xwd -root | magick xwd:- png:/root/8.png |
74 | tar -czf images.tar.gz *.png | 74 | tar -czf images.tar.gz *.png |
75 | |||
76 | # Make sure we've installed it | ||
77 | INSTALLDIR='/root/.wine/drive_c/Program Files (x86)/Lua4Win/Lua4Win 1.0' | ||
78 | test -e $INSTALLDIR/luajit.exe | ||
79 | test -e $INSTALLDIR/luarocks.exe | ||
80 | wine "$INSTALLDIR/luarocks.exe" --help | ||
81 | wine "$INSTALLDIR/luarocks.exe" config | ||