[SCM] Samba Shared Repository - branch master updated

Amitay Isaacs amitay at samba.org
Thu Jan 12 19:12:02 MST 2012


The branch, master has been updated
       via  84ad540 selftest: Do not run symbol check if setting up testenv
      from  6c1d98e Add comments to all functions (to help me understand it better).

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


- Log -----------------------------------------------------------------
commit 84ad540ab97b64002fd15c0ad3fe07ca61054923
Author: Amitay Isaacs <amitay at gmail.com>
Date:   Thu Jan 12 15:34:16 2012 +1100

    selftest: Do not run symbol check if setting up testenv
    
    Autobuild-User: Amitay Isaacs <amitay at samba.org>
    Autobuild-Date: Fri Jan 13 03:11:20 CET 2012 on sn-devel-104

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

Summary of changes:
 selftest/wscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/selftest/wscript b/selftest/wscript
index 67ea5a4..4bd4e66 100644
--- a/selftest/wscript
+++ b/selftest/wscript
@@ -210,7 +210,7 @@ def cmd_test(opt):
     # if running all tests, then force a symbol check
     env = LOAD_ENVIRONMENT()
     CHECK_MAKEFLAGS(env)
-    if not Options.options.TESTS:
+    if not Options.options.TESTS and not Options.options.TESTENV:
         Options.options.DUP_SYMBOLCHECK = True
 
     Scripting.commands.append('build')


-- 
Samba Shared Repository


More information about the samba-cvs mailing list