From 937f421ab3276c7fc363c1af9e4f30f707a436c0 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 2 Jan 2017 12:57:51 +0100 Subject: [PATCH] enable test-lock only, and run verbosely --- gettext.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/gettext.spec b/gettext.spec index 82d64e2..483c5de 100644 --- a/gettext.spec +++ b/gettext.spec @@ -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