From e407816c0ec43d8435bf00644df853cb4755548a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 29 Oct 2006 20:54:44 +0000 Subject: [PATCH] - enable tests Changed files: bash.spec -> 1.164 --- bash.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash.spec b/bash.spec index 9e1d6ff..a1855a1 100644 --- a/bash.spec +++ b/bash.spec @@ -2,6 +2,7 @@ # Conditional build: %bcond_without static # don't build static version %bcond_with bash_history # build with additional history in /var/log/bash_hist ;) +%bcond_without tests # do not perform "make test" ## %define _ver 3.2 %define _patchlevel 000 @@ -217,6 +218,8 @@ for mode in %{?with_static:static} shared; do [ "$mode" = "static" ] && mv -f bash bash.static || : done +%{?with_tests:%{__make} tests} + %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{/bin,/etc/skel,%{_datadir}/%{name}} -- 2.44.0