You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-p was unclear and was in the mutually exclusive group with
--packages-path, preventing combined use.
This commit renames to -n/--max-packages and move it outside the
exclusive group so a package limit can be specified alongside a packages
path. Also, this commit fixes incrementing packages_processed when a
package was skipped due to a download failure or missing source files.
Signed-off-by: Francois Berder <fberder@outlook.fr>
Copy file name to clipboardExpand all lines: tools/test-my-pr.py
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -124,8 +124,8 @@ def getpackages():
124
124
125
125
parser=argparse.ArgumentParser(description='Run this script from your branch with proposed Cppcheck patch to verify your patch against current main. It will compare output of testing bunch of opensource packages')
0 commit comments