summaryrefslogtreecommitdiff
path: root/bin/find-most-common-warn-messages.py
AgeCommit message (Collapse)Author
2019-10-05bin/find-most-common-warn-messages.py: Switch to python3Michael Weghorn
python2 is nearing its EOL. (The new version still runs fine with python2 if explicitly called as 'python2 bin/find-most-common-warn-messages.py'). Change-Id: I1153a3e468a7f36c299767a32f683b84efa8af04 Reviewed-on: https://gerrit.libreoffice.org/80286 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2017-09-29only print the top 20 warningsNoel Grandin
Change-Id: I85309b7d805e59da49adae74b7df21bd048deb03
2016-06-10improve sample messageNoel Grandin
Change-Id: If7ea670195e55d306c4b0733bfcd3c8c6040eddc
2016-06-09pretty up the output and add a sample stringNoel Grandin
Change-Id: I1c37b32e2127ba99b48b5ce3176e605f4e797475
2016-06-03script for grouping warning messages by most commonNoel Grandin
A script to search our test logs and sort the messages by how common they are so we can start to reduce the noise a little. Change-Id: I8a6e6167c42447f9869ac700300d1b243f055e2b