remove speed/example/speed_test from set of tests that are executed

This commit is contained in:
Bradley M. Bell 2008-01-12 14:43:14 +00:00
commit 8151b69f0c

View file

@ -13,7 +13,7 @@
# ----------------------------------------------------------------------------
Name: cppad
Version: 20071229
Release: 5%{?dist}
Release: 6%{?dist}
Summary: %{name} base package (not installed)
Group: Development/Libraries
@ -66,6 +66,9 @@ int main(void)\\
EOF
sed -i.stamp example/example.cpp -f example.sed
# See Sat Jan 12 2008 log entry
sed -i.stamp speed/example/example.cpp -e '/Run(speed_test,/d'
# remove setting of permissions in documentation destination directory
sed -i.stamp makefile.am -e '/chmod -R .* $(docdir_3)/d'
sed -i.stamp makefile.in -e '/chmod -R .* $(docdir_3)/d'
@ -104,7 +107,11 @@ rm -rf $RPM_BUILD_ROOT
# ----------------------------------------------------------------------------
%changelog
* Thu Jan 11 2008 Brad Bell <bradbell at seanet dot com> 20071229-5
* Sat Jan 12 2008 Brad Bell <bradbell at seanet dot com> 20071229-6
- Remove speed estimation correctness test because we are not in control of
- which other jobs are on the machine that is doing the rpmbuild.
* Fri Jan 11 2008 Brad Bell <bradbell at seanet dot com> 20071229-5
- Remove introduction/exp_apx/exp_apx from the set of tests
- (which should have been done in 20071229-4).
- From now on test building rpm locally before making tags.