Skip to content

Commit e978cb6

Browse files
committed
mkclean: return an actual value in mkcleanreg
1 parent 823b21e commit e978cb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mkclean/regression/mkcleanreg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def main():
115115
hash = values[1]
116116
testFile(args, i, src_file, mkclean_options, filesize, hash)
117117
i = i+1
118+
return 0
118119

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

0 commit comments

Comments
 (0)