Presubmit generate_buildbot_json_unittest.py does not work on Windows |
|||
Issue descriptionThe comparison in generate_buildbot_json_unittest.py is looking for forward slashes v/s backslashes on Windows, causing a presubmit error at line 22: KeyError: '..\\..\\infra\\config\\global\\luci-milo.cfg'.
,
May 18 2018
,
May 18 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/808efbb28c52cb8077f2a07fe471fc5c92fe8691 commit 808efbb28c52cb8077f2a07fe471fc5c92fe8691 Author: S. Ganesh <ganesh@chromium.org> Date: Fri May 18 01:29:33 2018 Fix generate_buildbot_json_unittest.py to work on Windows. The comparison in generate_buildbot_json_unittest.py was looking for forward slashes v/s backslashes on Windows, causing a presubmit error at line 22: KeyError: '..\\..\\infra\\config\\global\\luci-milo.cfg'. Bug: 844261 Change-Id: I14418248409d58a451d9bd0520f24fcc50d27a2a Reviewed-on: https://chromium-review.googlesource.com/1064475 Reviewed-by: Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#559761} [modify] https://crrev.com/808efbb28c52cb8077f2a07fe471fc5c92fe8691/testing/buildbot/generate_buildbot_json_unittest.py
,
May 18 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by kbr@chromium.org
, May 18 2018