X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fautotests%2Frun-tests.sh;h=25d29340e8414e8567f4ea826c458dd6926abc3b;hb=3bd3c2ca09aac46e11d582b31f33b6d8fe984968;hp=4d4043044ebaf2d43fb0bc502d1f64fbd48017eb;hpb=36b62967910c2db654348263622b88e2564b2dad;p=features.git diff --git a/development/autotests/run-tests.sh b/development/autotests/run-tests.sh index 4d4043044e..25d29340e8 100755 --- a/development/autotests/run-tests.sh +++ b/development/autotests/run-tests.sh @@ -53,7 +53,7 @@ if [ ! -d ../../locale ]; then fi if [ "$#" -eq 0 ]; then - TESTS=$(ls *-in.txt *-in.sh | sed -e 's/hello-world-in.txt\|first-time-in.txt//') + TESTS=$(ls *-in.txt *-in.sh | sed -e 's/hello-world-in.txt\|first-time-in.txt\|export-in.sh//') rm -rf out-*; else TESTS=$* @@ -63,7 +63,7 @@ echo if [ ! -d $LYX_HOME ]; then mkdir -p $LYX_HOME -# mkdir -p $LYX_USERDIR + mkdir -p $LYX_USERDIR # cp preferences $LYX_USERDIR cd $LYX_HOME echo "Initializing testing environment . . ."