RESOLVED FIXED 102273
Make old-run-webkit-tests handle setting the results directory properly.
https://bugs.webkit.org/show_bug.cgi?id=102273
Summary Make old-run-webkit-tests handle setting the results directory properly.
Roger Fong
Reported 2012-11-14 13:01:32 PST
A call to chdirWebkit in old-run-webkit-tests set the current working directory to the OpenSource folder. Thus setting --results-directory to OpenSource/layout-test-results would create OpenSource/layout-test-results inside the main OpenSource folder. This caused many other problems including failure to upload test results and failed future test runs. The solution is to save the current working directory before calling chdirWebKit and then reconstructing the full path to the results directory using the saved directory when setting $testResultsDirectory.
Attachments
patch (2.16 KB, patch)
2012-11-14 16:38 PST, Roger Fong
thorton: review+
Roger Fong
Comment 1 2012-11-14 13:02:05 PST
Roger Fong
Comment 2 2012-11-14 16:38:34 PST
Note You need to log in before you can comment on or make changes to this bug.