From a1024781bc55298501aee9babac0bd7a45fe5ab9 Mon Sep 17 00:00:00 2001 From: Tommaso Cucinotta Date: Sun, 16 Apr 2017 11:26:29 +0200 Subject: [PATCH] autotests: skip overly long export-in.sh test by default. --- development/autotests/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/autotests/run-tests.sh b/development/autotests/run-tests.sh index 4d4043044e..3dd001aa67 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=$* -- 2.39.5