From b9eefa419324b2f3c7b1f57d9b9d8f983c120257 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Oct 11 2004 20:46:55 +0000 Subject: 2.15.92.0.2-3 --- diff --git a/binutils.spec b/binutils.spec index 06472a9..84a4ce8 100644 --- a/binutils.spec +++ b/binutils.spec @@ -79,8 +79,9 @@ CFLAGS="${CFLAGS:-%optflags}" ../configure \ --infodir=%{_infodir} --enable-shared $CARGS make %{_smp_mflags} tooldir=%{_prefix} all make %{_smp_mflags} tooldir=%{_prefix} info +make -k check < /dev/null > check.log 2>&1 || : echo ====================TESTING========================= -make -k check < /dev/null || : +cat check.log echo ====================TESTING END===================== cd ..