mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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
|
fi
|
||||||
|
|
||||||
if [ "$#" -eq 0 ]; then
|
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-*;
|
rm -rf out-*;
|
||||||
else
|
else
|
||||||
TESTS=$*
|
TESTS=$*
|
||||||
|
Loading…
Reference in New Issue
Block a user