From 8ef2d0f1615bbdadc29bff209be9409783bff0be Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 14 Oct 2010 15:11:48 +0000 Subject: [PATCH] Abandon autoconf < 2.68. Exclude test 199. --- contrib/crossrpms/autotools/autoconf.add | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/contrib/crossrpms/autotools/autoconf.add b/contrib/crossrpms/autotools/autoconf.add index 80a97b4df0..3ca5d97864 100644 --- a/contrib/crossrpms/autotools/autoconf.add +++ b/contrib/crossrpms/autotools/autoconf.add @@ -71,20 +71,10 @@ make %check %if "%{_build}" == "%{_host}" -%if "%{srcvers}" <= "2.66" -# test 193 fails sporadically -# test 199 fails deterministically -TESTSUITEFLAGS='-192 194-198 200-' -%endif - -%if "%{srcvers}" == "2.67" -# test 199 fails deterministically -TESTSUITEFLAGS='-198 200-' -%endif - %if "%{srcvers}" == "2.68" +# test 199 fails sporadically # test 205 fails deterministically -TESTSUITEFLAGS='-204 206-' +TESTSUITEFLAGS='-198 200-204 206-' %endif make check %{!?with_alltests:TESTSUITEFLAGS="${TESTSUITEFLAGS}"}