- replace hard wired port numbers in the test suite

This commit is contained in:
Kamil Dudka 2009-12-09 19:15:29 +00:00
parent 1c8c7236cc
commit 4be898643b

View File

@ -95,6 +95,9 @@ use cURL's capabilities internally.
autoconf
# replace hard wired port numbers in the test suite
sed -i s/899\\\([0-9]\\\)/%{?__isa_bits}9\\1/ tests/data/test*
# Convert docs to UTF-8
for f in CHANGES README; do
iconv -f iso-8859-1 -t utf8 < ${f} > ${f}.utf8
@ -121,7 +124,7 @@ cd tests
make %{?_smp_mflags}
# use different port range for 32bit and 64bit build, thus make it possible
# to run both in parallel on the same machine
./runtests.pl -a -b89%{?__isa_bits} -p -v
./runtests.pl -a -b%{?__isa_bits}90 -p -v
%install
rm -rf $RPM_BUILD_ROOT
@ -182,6 +185,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Dec 09 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-5
- use different port numbers for 32bit and 64bit builds
- replace hard wired port numbers in the test suite
* Tue Dec 08 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-4
- avoid use of uninitialized value in lib/nss.c