Bug 155647
Summary: | [buildbot] test-webkitpy should run mastercfg_unittest.py too | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, lforschler, rniwa |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Csaba Osztrogonác
Now we can run it by hand:
$ cd Tools/BuildSlaveSupport/build.webkit.org-config
$ ./mastercfg_unittest.py
test-webkitpy can't run these tests because the directory name
contains "." and "-" characters and there are other issues too.
( I won't have time for it, feel free to pick it up if you are interested in it. )
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Can we just change the current directory, so that relative path doesn't have dashes?