RESOLVED FIXED Bug 230165
[build.webkit.org] Remove ./ from command invocations
https://bugs.webkit.org/show_bug.cgi?id=230165
Summary [build.webkit.org] Remove ./ from command invocations
Aakash Jain
Reported 2021-09-10 12:04:22 PDT
We don't need "./" in the command invocations in buildbot configuration for build.webkit.org. All of our EWS configuration do not use that. We should make build.webkit.org configuration consistent with EWS configuration and remove "./" from command invocations. e.g.: Replace: 'python3 ./Tools/Scripts/run-webkit-tests' with 'python3 Tools/Scripts/run-webkit-tests'
Attachments
Patch (30.94 KB, patch)
2021-09-10 12:06 PDT, Aakash Jain
no flags
Aakash Jain
Comment 1 2021-09-10 12:06:51 PDT
Aakash Jain
Comment 2 2021-09-10 12:09:14 PDT
EWS
Comment 3 2021-09-10 12:48:39 PDT
Committed r282288 (241564@main): <https://commits.webkit.org/241564@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 437895 [details].
Radar WebKit Bug Importer
Comment 4 2021-09-10 12:49:26 PDT
Note You need to log in before you can comment on or make changes to this bug.