]> git.lyx.org Git - lyx.git/blob - development/keystest/main.sh
Use polyglossia also with DVI (LuaTeX).
[lyx.git] / development / keystest / main.sh
1 #PWD=`pwd`
2 . ./shared_variables.sh
3 if [ "$USER" != keytest ]
4 then
5         echo USER is "$USER", not keytest! Exiting.
6         exit
7 fi
8
9 for file in $ROOT_OUTDIR/to*/*pure
10 do
11         if ! cat $file > /dev/null
12         then
13                 echo cannot read $file, perhaps permissions are wrong?
14                 exit 1
15         fi
16 done
17 #(DISPLAY=:1 sudo -u keytest -H nice -18 ; cd $PWD ; ./autolyx)
18 ./killtest.sh # kill any previous test, so does not interfere
19 ./autolyx