** Changed in: auto-package-testing
Status: New => Fix Released
--
You received this bug notification because you are a member of
Canonical's Ubuntu QA, which is subscribed to Auto Package Testing.
https://bugs.launchpad.net/bugs/2071320
Title:
logs-viewer.user.js userscript gets confused by autopkgtest
autopkgtests
Status in Auto Package Testing:
Fix Released
Bug description:
When running autopkgtest autopgktests, we have nested autopkgtest
output. This confuses the userscript, as it breaks the log into
sections doing substring matching, and it is not able to tell some of
the output is actually part of the test output.
This could probably by fixed by anchoring the substrings to beginning
of lines. Something like turning:
case /autopkgtest.*: @@@@@@@@@@@@@@@@@@@@ test bed
setup/.test(linedLog[line]):
into (untested!):
case /^[0-9]+s autopkgtest.*: @@@@@@@@@@@@@@@@@@@@ test bed
setup/.test(linedLog[line]):
To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/2071320/+subscriptions
--
Mailing list: https://launchpad.net/~canonical-ubuntu-qa
Post to : [email protected]
Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa
More help : https://help.launchpad.net/ListHelp