Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DaemonEngine/crunch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 525a02bf4c10a45e41292bdf31dd35c31e61fa9b
Choose a base ref
..
head repository: DaemonEngine/crunch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4f3de1c42fa4b5e05845b7604549fbdb6eac46ab
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 test/test.py
4 changes: 2 additions & 2 deletions test/test.py
Original file line number Diff line number Diff line change
@@ -388,6 +388,8 @@ def print_end_results(clones_verification, clones_verified, files_verification,

print_success("All tests executed")

sum_files()

all_verified = True
clones_verification = "clones" in check_list
files_verification = "files" in check_list
@@ -399,8 +401,6 @@ def print_end_results(clones_verification, clones_verified, files_verification,
files_verification = False
record_sums()

sum_files()

clones_verified = verify_clones(clones_verification)

files_verified = verify_files(files_verification)