mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-27 10:37:53 +00:00
81dea0164c
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg156659.html git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32740 a592a061-630c-0410-9148-cb99ea01b6c8
10 lines
232 B
Bash
Executable File
10 lines
232 B
Bash
Executable File
#PWD=`pwd`
|
|
if [ "$USER" != keytest ]
|
|
then
|
|
echo USER is "$USER", not keytest! Exiting.
|
|
exit
|
|
fi
|
|
#(DISPLAY=:1 sudo -u keytest -H nice -18 ; cd $PWD ; ./autolyx)
|
|
./killtest.sh # kill any previous test, so does not interfere
|
|
./autolyx
|