[ovs-dev] [PATCH 2/2] debian: Disable running unit tests for now.

Simon Horman horms at verge.net.au
Wed Nov 10 00:22:15 UTC 2010


On Tue, Nov 09, 2010 at 10:36:40AM -0800, Ben Pfaff wrote:
> Debian bugs #602891 and #602911 show that many of the unit tests fail on
> the Debian buildds, even though they do not fail in normal use.  Until we
> can track down and fix whatever is the underlying problem, disable the
> unit tests.
> ---
>  debian/rules |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/debian/rules b/debian/rules
> index b1f9065..327fe05 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -43,9 +43,9 @@ build: build-arch build-indep
>  build-arch: build-arch-stamp
>  build-arch-stamp: configure-stamp 
>  	$(MAKE) -C _debian
> -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
> -	$(MAKE) -C _debian check
> -endif
> +#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
> +#	$(MAKE) -C _debian check
> +#endif
>  	touch $@
>  
>  build-indep: build-indep-stamp

Thanks Ben.

Do I'll do an upload with these two changes.





More information about the dev mailing list