X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fautotests%2Frun-tests.sh;h=c462603a849e9504797ce7298bb56e2e482d11d5;hb=45b61c6ecf76425d563b6fae7f3da52e3716ca5d;hp=80201083a102f9f0dfa79cad25dd82ad3c04bf4c;hpb=9e9874c0ab7f778243e556cc1bc4c23bc2ec1e83;p=lyx.git diff --git a/development/autotests/run-tests.sh b/development/autotests/run-tests.sh index 80201083a1..c462603a84 100755 --- a/development/autotests/run-tests.sh +++ b/development/autotests/run-tests.sh @@ -4,7 +4,7 @@ # Tests are identified as having a file name of *-in.txt # For failed tests, the collected output is kept in the corresponding folder -export LYX_EXE=../../../src/lyx +#export LYX_EXE=../../../src/lyx if [ "$XVKBD_HACKED" != "" ]; then export XVKBD_EXE=${XVKBD:-./xvkbd/xvkbd};