graphics_GLAPICheck: fix regular expressions
The regular expressions were looking for extra characters after the
stuff we are interested in, and failed to match if the interesting
stuff ended at the end of a line (because '.' does not match a newline).
BUG=chromium:413079
TEST=test_that -b link -i trybot-link-paladin/R45-7153.0.0-b1989 :lab: graphics_GLAPICheck
TEST=test_that -b peach_pit-freon $HOST graphics_GLAPICheck
Change-Id: I3e0f477dd38352eb73896d1144e231c1d13f2bcb
Reviewed-on: https://chromium-review.googlesource.com/276236
Trybot-Ready: Frank Henigman <fjhenigman@chromium.org>
Tested-by: Frank Henigman <fjhenigman@chromium.org>
Reviewed-by: Ilja Friedel <ihf@chromium.org>
Commit-Queue: Frank Henigman <fjhenigman@chromium.org>
1 file changed