enable test-lock only, and run verbosely

This commit is contained in:
Pavel Raiskup 2017-01-02 12:57:51 +01:00
parent a50dcb156c
commit 937f421ab3
1 changed files with 10 additions and 1 deletions

View File

@ -252,7 +252,16 @@ done
# this takes quite a lot of time to run
# override LIBUNISTRING to prevent reordering of lib objects
make check LIBUNISTRING=-lunistring
cd gettext-tools/gnulib-tests
make test-lock
set +x
timestamp=`date +"%%s"` ; ( for i in a b c d e ; do ./test-lock ; echo ====; done) | \
while read line
do
printf "%4d " `expr $(date +"%s") - $timestamp`
echo "$line"
done
set -x
%endif