Bug 79210
| Summary: | test-webkitpy test_commit_message_for_this_commit fails when not in a WebKit checkout | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | abarth, dpranke |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Eric Seidel (no email)
test-webkitpy test_commit_message_for_this_commit fails when not in a WebKit checkout
The current directory (/Users/eseidel) is not a WebKit checkout, using /Projects/WebKit
.The current directory (/Users/eseidel) is not a WebKit checkout, using /Projects/WebKit
.The current directory (/Users/eseidel) is not a WebKit checkout, using /Projects/WebKit
.The current directory (/Users/eseidel) is not a WebKit checkout, using /Projects/WebKit
.The current directory (/Users/eseidel) is not a WebKit checkout, using /Projects/WebKit
The current directory (/Users/eseidel) is not a WebKit checkout, using /Projects/WebKit
.The current directory (/Users/eseidel) is not a WebKit checkout, using /Projects/WebKit
.The current directory (/Users/eseidel) is not a WebKit checkout, using /Projects/WebKit
.The current directory (/Users/eseidel) is not a WebKit checkout, using /Projects/WebKit
.The current directory (/Users/eseidel) is not a WebKit checkout, using /Projects/WebKit
.The current directory (/Users/eseidel) is not a WebKit checkout, using /Projects/WebKit
.The current directory (/Users/eseidel) is not a WebKit checkout, using /Projects/WebKit
.The current directory (/Users/eseidel) is not a WebKit checkout, using /Projects/WebKit
.The current directory (/Users/eseidel) is not a WebKit checkout, using /Projects/WebKit
..................................
======================================================================
ERROR: test_commit_message_for_this_commit (webkitpy.common.checkout.checkout_unittest.CommitMessageForThisCommitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Projects/WebKit/Tools/Scripts/webkitpy/common/checkout/checkout_unittest.py", line 137, in test_commit_message_for_this_commit
mock_scm.script_path = real_scm.script_path
AttributeError: 'NoneType' object has no attribute 'script_path'
----------------------------------------------------------------------
It's worked in the past. Not sure when it regressed. Normally I run test-webkitpy from inside my checkout, but there is no reason why it shouldn't work outside one. :)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
Looks like this test probably doesn't want to use a real FilesSystem. :)