RESOLVED WORKSFORME 62946
REGRESSION: SVNTest.test_commit_with_username fails
https://bugs.webkit.org/show_bug.cgi?id=62946
Summary REGRESSION: SVNTest.test_commit_with_username fails
Daniel Bates
Reported 2011-06-18 17:00:55 PDT
When I ran test-webkitpy --all today, webkitpy.common.checkout.scm.scm_unittest.SVNTest.test_commit_with_username failed with: Traceback (most recent call last): File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py", line 688, in test_commit_with_username self._shared_test_commit_with_message("dbates@webkit.org") File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py", line 674, in _shared_test_commit_with_message commit_text = self.scm.commit_with_message("yet another test commit", username) File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/svn.py", line 312, in commit_with_message _log = logging.getLogger("webkitpy.common.system") NameError: global name 'logging' is not defined
Attachments
Tim 'mithro' Ansell
Comment 1 2013-01-21 21:46:40 PST
$ ./test-webkitpy webkitpy.common.checkout.scm.scm_unittest.SVNTest.test_commit_with_username Suppressing most webkitpy logging while running unit tests. Ran 1 test in 3.460s OK
Note You need to log in before you can comment on or make changes to this bug.