summaryrefslogtreecommitdiff
path: root/testall.py
diff options
context:
space:
mode:
authorNathan Fritz <nathan@andyet.net>2010-10-20 17:30:12 -0700
committerNathan Fritz <nathan@andyet.net>2010-10-20 17:30:12 -0700
commit11264fe0a8d1224b9a185fc0439359477ef9c3cc (patch)
tree7c3f5ffb7cd111eedc2dce5e92c44572619db504 /testall.py
parent11a6e6d2e02c8da7b3b94c8ad7cafc6de1323e61 (diff)
downloadslixmpp-11264fe0a8d1224b9a185fc0439359477ef9c3cc.tar.gz
slixmpp-11264fe0a8d1224b9a185fc0439359477ef9c3cc.tar.bz2
slixmpp-11264fe0a8d1224b9a185fc0439359477ef9c3cc.tar.xz
slixmpp-11264fe0a8d1224b9a185fc0439359477ef9c3cc.zip
capture SIGHUP and SIGTERM (windows) and disconnect; also testall no longer loads string26 with python3
Diffstat (limited to 'testall.py')
-rw-r--r--testall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testall.py b/testall.py
index d3d049e6..2f980654 100644
--- a/testall.py
+++ b/testall.py
@@ -13,7 +13,7 @@ class testoverall(unittest.TestCase):
if sys.version_info < (3,0):
self.failUnless(compileall.compile_dir('.' + os.sep + 'sleekxmpp', rx=re.compile('/[.]svn'), quiet=True))
else:
- self.failUnless(compileall.compile_dir('.' + os.sep + 'sleekxmpp', rx=re.compile('/[.]svn|.*26\Z'), quiet=True))
+ self.failUnless(compileall.compile_dir('.' + os.sep + 'sleekxmpp', rx=re.compile('/[.]svn|.*26.*'), quiet=True))
def testTabNanny(self):
"""Invoking the tabnanny"""