[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Tue Jul 29 09:09:05 MDT 2014


The branch, master has been updated
       via  a49ba00 selftest: Fix a typo (SIGTERm --> SIGTERM)
      from  4d8f345 Fix now erroneous comment for directory_create_or_exist()

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


- Log -----------------------------------------------------------------
commit a49ba006739dd3cf39162bf29ea66dd0a6087e09
Author: Amitay Isaacs <amitay at gmail.com>
Date:   Tue Jul 29 18:59:43 2014 +1000

    selftest: Fix a typo (SIGTERm --> SIGTERM)
    
    Signed-off-by: Amitay Isaacs <amitay at gmail.com>
    Reviewed-by: Michael Adam <obnox at samba.org>
    
    Autobuild-User(master): Michael Adam <obnox at samba.org>
    Autobuild-Date(master): Tue Jul 29 17:09:00 CEST 2014 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/selftest/selftest.py b/selftest/selftest.py
index 8a1999a..4fffa01 100755
--- a/selftest/selftest.py
+++ b/selftest/selftest.py
@@ -86,7 +86,7 @@ def handle_signal(sig, frame):
     sys.stderr.write("Exiting early because of signal %s.\n" % sig)
     sys.exit(1)
 
-for sig in (signal.SIGINT, signal.SIGQUIT, signal.SIGTERm, signal.SIGPIPE):
+for sig in (signal.SIGINT, signal.SIGQUIT, signal.SIGTERM, signal.SIGPIPE):
     signal.signal(sig, handle_signal)
 
 def skip(name):


-- 
Samba Shared Repository


More information about the samba-cvs mailing list