Skip to content

Commit

Permalink
print versions when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Aug 21, 2010
1 parent 6e398df commit 2fbbdfd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions slave/buildslave/test/__init__.py
@@ -1,3 +1,6 @@
import sys

import twisted
from twisted.trial import unittest

def add_debugging_monkeypatches():
Expand Down Expand Up @@ -29,3 +32,7 @@ def nopatch(self, *args):
add_debugging_monkeypatches()

__all__ = []

## print the Twisted and Python versions, for the sake of the metabuildbot
print twisted.version
print sys.version

0 comments on commit 2fbbdfd

Please sign in to comment.