autotests: skip overly long export-in.sh test by default.

This commit is contained in:
Tommaso Cucinotta 2017-04-16 11:26:29 +02:00
parent a8bb3171f1
commit a1024781bc

View File

@ -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=$*