NEW62944
REGRESSION: GitTest.test_create_patch fails
https://bugs.webkit.org/show_bug.cgi?id=62944
Summary REGRESSION: GitTest.test_create_patch fails
Daniel Bates
Reported 2011-06-18 16:57:22 PDT
When I ran test-webkitpy --all today, webkitpy.common.checkout.scm.scm_unittest.GitTest.test_create_patch failed with: Traceback (most recent call last): File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py", line 906, in test_create_patch scm.commit_locally_with_message('message') File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/git.py", line 397, in commit_locally_with_message self.run(['git', 'commit', '--all', '-F', '-'], input=message, cwd=self.checkout_root) File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py", line 79, in run decode_output=decode_output) File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/system/executive.py", line 403, in run_command (error_handler or self.default_error_handler)(script_error) File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/system/executive.py", line 322, in default_error_handler raise error ScriptError: Failed to run "[u'git', u'commit', u'--all', u'-F', u'-']" exit_code: 1 cwd: /var/folders/0O/0Ohl7x0tFvWsn4eQg7zYTU+++TI/-Tmp-/tmpEO9eongit_test_checkout2/
Attachments
Note You need to log in before you can comment on or make changes to this bug.