mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
autotests: skip overly long export-in.sh test by default.
This commit is contained in:
parent
a8bb3171f1
commit
a1024781bc
@ -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=$*
|
||||
|
Loading…
Reference in New Issue
Block a user