[ovs-dev] [PATCH] tests: Don't remove testsuite on distclean.

Justin Pettit jpettit at nicira.com
Tue Nov 30 20:13:14 UTC 2010


Looks good.

--Justin


On Nov 30, 2010, at 10:49 AM, Ben Pfaff wrote:

> This file is part of the distribution so distclean should not delete it.
> ---
> tests/automake.mk |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/tests/automake.mk b/tests/automake.mk
> index 8503b6c..f9bd368 100644
> --- a/tests/automake.mk
> +++ b/tests/automake.mk
> @@ -45,7 +45,7 @@ TESTSUITE_AT = \
> 	tests/ovs-vsctl.at \
> 	tests/interface-reconfigure.at
> TESTSUITE = $(srcdir)/tests/testsuite
> -DISTCLEANFILES += tests/atconfig tests/atlocal $(TESTSUITE)
> +DISTCLEANFILES += tests/atconfig tests/atlocal
> 
> AUTOTEST_PATH = utilities:vswitchd:ovsdb:tests
> 
> -- 
> 1.7.1
> 
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev_openvswitch.org





More information about the dev mailing list