]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-build-perf-report: fix 'charts ready' console message
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 3 Apr 2017 15:58:34 +0000 (18:58 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Apr 2017 11:36:45 +0000 (12:36 +0100)
commit79b90ae02257002ea831a48f6798794b7711c1f8
tree6da6da99faf00ffe3a0d2fc7806d46839c4d1274
parentf84d0bd7deb4c19fdb1e821b3a50e8c8f54a731b
scripts/oe-build-perf-report: fix 'charts ready' console message

The javascript console log messages are used in scraping, when
converting an html test report to html email. Before this patch a
console message indicating that all charts have been drawn was not
correctly sent if the last test failed (or didn't have chart data for
some other reason) which, in turn, caused oe-build-perf-report-email.py
script to fail with a timeout.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/build_perf/html/measurement_chart.html
scripts/lib/build_perf/html/report.html