Remove MULTILINE, ^, and $ from re finding actual_results.json.
authorbungeman <bungeman@google.com>
Wed, 10 Dec 2014 20:18:03 +0000 (12:18 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 10 Dec 2014 20:18:04 +0000 (12:18 -0800)
commit5bec916cf676bbb2b48b3827d93107c28d770bbe
tree03d29edf397ce3cb8f78dc6fad27c056611105ac
parent387a01a6357b4ba6ff87ac57626de1cb6a3b31bf
Remove MULTILINE, ^, and $ from re finding actual_results.json.

MULTILINE, ^, and $ work based on the platform, but the files being
parsed are from other platforms. As a result, the current code for
extracting the actual_results.json version will not find it in
logfiles produced on Windows when run on Mac.

The code for extracting the exact actual_results.json file to use
from a logfile is itself something of a hack, as this information
should be provided ina more structured manner. This proposed
method of finding the exact file is no worse than the old one, and
in cases like above, better.

Review URL: https://codereview.chromium.org/789253002
gm/rebaseline_server/download_actuals.py