Skip to content

Commit

Permalink
mkclean: return an actual value in mkcleanreg
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Dec 31, 2024
1 parent 823b21e commit e978cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkclean/regression/mkcleanreg.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def main():
hash = values[1]
testFile(args, i, src_file, mkclean_options, filesize, hash)
i = i+1
return 0

if __name__ == "__main__":
exit(main())

0 comments on commit e978cb6

Please sign in to comment.