Skip to content

Commit

Permalink
build-driver: clearly indicate success
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Nov 24, 2024
1 parent 91e97af commit 7a30c71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-driver/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,8 @@ def main(program_name: str, argv: list[str]) -> int:
new_dpkg_list = get_dpkg_list_path_for_build(build_dir)
shutil.copyfile(new_dpkg_list, old_dpkg_list_previous_build)

print("I: Success.")

return 0


Expand Down

0 comments on commit 7a30c71

Please sign in to comment.