From b5df1e68e1dd732372a21aef72e55fd140592708 Mon Sep 17 00:00:00 2001 From: tmpz23 <28760271+tmpz23@users.noreply.github.com> Date: Tue, 18 Jan 2022 16:17:38 +0100 Subject: [PATCH] Update pzztest.py --- pzztest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pzztest.py b/pzztest.py index c66c067..0016a5a 100644 --- a/pzztest.py +++ b/pzztest.py @@ -35,7 +35,7 @@ def verify_sha256(folder1: Path, folder2: Path): start = time.time() print("###############################################################################") -print("# Checking tests folder") +print("# Checking tests folder -> tests take 3 hour 35 minutes") print("###############################################################################") # Check if tests folders exist if unpack_path.is_dir() or repack_path.is_dir() or compress_path.is_dir() or pzzfolder_path.is_dir() or batchdecompress_path.is_dir() or batchcompress_path.is_dir():