Added self-sanity-check for presence of pcregrep, otherwise many (almost all) tests will fail.

This commit is contained in:
Tommaso Cucinotta 2013-11-13 02:13:32 +00:00
parent be468136df
commit 777156e0ff

View File

@ -21,6 +21,12 @@ if [ "$(which wmctrl)" == "" ]; then
exit -1;
fi
if [ "$(which pcregrep)" == "" ]; then
echo "You need to install pcregrep first, try:"
echo " sudo apt-get install pcregrep"
exit -1;
fi
export XVKBD_EXE=../$XVKBD_EXE
export KEYTEST=../keytest.py
LYX_HOME=out-home