steed/tests/test-install.sh
Alexander Yakovlev 172665a8ad 1. Git conversion.
2. A bit of rebranding.
3. Format module now understands LaTeX-style quotes << and >>.
4. Two automated tests - I'll use them for checking game installations.
2011-08-22 16:31:43 +07:00

9 lines
179 B
Bash
Executable file

#!/bin/bash
cd ../games
zip -r ../test.zip tutorial*
cd ..
./sdl-instead -install test.zip 2>tests/stderr-output.txt &
sleep 0.6
xdotool key --clearmodifiers alt+q
rm -f test.zip