Skip to content

Commit c6853dc

Browse files
authored
createrelease: specify commands to check ids (#5987)
1 parent 2a27412 commit c6853dc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

createrelease

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
#
88
# check every isPremiumEnabled call:
99
# - every id should be in --errorlist
10+
# git grep 'isPremiumEnabled[(]"' | sed 's/.*isPremiumEnabled[(]"//' | sed 's/".*//' | sort | uniq > ids1.txt
11+
# ./cppcheck --errorlist | grep ' id="' | sed 's/.* id="//' | sed 's/".*//' | sort | uniq > ids2.txt
12+
# diff -y ids1.txt ids2.txt
1013
# - premiumaddon: check coverage.py
14+
# python3 coverage.py --id ; sort ids-*.txt | uniq > ~/cppcheck/ids3.txt
15+
# diff -y ids2.txt ids3.txt
1116
#
1217
# Windows installer:
1318
# - ensure latest build was successful

0 commit comments

Comments
 (0)