[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Sun Nov 13 15:20:01 MST 2011


The branch, master has been updated
       via  7846bc6 Move testr configuration to root.
      from  86afe83 waf: Factor checking for undefined symbol flags out into separate method.

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


- Log -----------------------------------------------------------------
commit 7846bc613d46833aca0aae023e4f97c18dc1f92a
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Nov 13 21:40:12 2011 +0100

    Move testr configuration to root.
    
    Autobuild-User: Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date: Sun Nov 13 23:19:27 CET 2011 on sn-devel-104

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

Summary of changes:
 .gitignore          |    2 +-
 .testr.conf         |    3 +++
 source4/.testr.conf |    3 ---
 3 files changed, 4 insertions(+), 4 deletions(-)
 create mode 100644 .testr.conf
 delete mode 100644 source4/.testr.conf


Changeset truncated at 500 lines:

diff --git a/.gitignore b/.gitignore
index d6d3e81..e21ea90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -137,4 +137,4 @@ docs-xml/Samba3-HOWTO/images/idmap-uid2sid.png
 docs-xml/Samba3-HOWTO/images/pdftoepsonusb.png
 docs-xml/Samba3-HOWTO/images/pdftosocket.png
 docs-xml/Samba3-HOWTO/images/trusts1.png
-source4/.testrepository
+.testrepository
diff --git a/.testr.conf b/.testr.conf
new file mode 100644
index 0000000..e58becd
--- /dev/null
+++ b/.testr.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+test_command=./buildtools/bin/waf test --filtered-subunit $IDOPTION
+test_id_option=--load-list $IDFILE
diff --git a/source4/.testr.conf b/source4/.testr.conf
deleted file mode 100644
index d3670be..0000000
--- a/source4/.testr.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-[DEFAULT]
-test_command=../buildtools/bin/waf test --filtered-subunit $IDOPTION
-test_id_option=--load-list $IDFILE


-- 
Samba Shared Repository


More information about the samba-cvs mailing list