The branch, master has been updated
       via  027adf8... Support 'make test TESTS=foo' again.
      from  c349aa3... s4-python: Use standard infrastructure for finding 
included testtools, subunit and iso8601.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 027adf88eaf8c3a7375da7c0f9c0397db46668e6
Author: Jelmer Vernooij <jel...@samba.org>
Date:   Wed Apr 7 00:32:24 2010 +0200

    Support 'make test TESTS=foo' again.

-----------------------------------------------------------------------

Summary of changes:
 buildtools/scripts/Makefile.waf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/scripts/Makefile.waf b/buildtools/scripts/Makefile.waf
index e17ae21..4fb9fd2 100644
--- a/buildtools/scripts/Makefile.waf
+++ b/buildtools/scripts/Makefile.waf
@@ -17,10 +17,10 @@ uninstall:
        $(WAF) uninstall
 
 test:
-       $(WAF) test
+       $(WAF) test $(if $(TESTS),--tests="$(TESTS)")
 
 quicktest:
-       $(WAF) test --quick
+       $(WAF) test --quick $(if $(TESTS),--tests="$(TESTS)")
 
 clean:
        $(WAF) clean


-- 
Samba Shared Repository

Reply via email to